Support for the Romanian Board language

This commit is contained in:
Raphaël Jakse 2020-05-17 11:02:36 +02:00
parent a8a8012f98
commit 9f29d00ae6
3 changed files with 62 additions and 0 deletions

View File

@ -172,6 +172,9 @@ msgstr "Allemand"
msgid "Spanish"
msgstr "Espagnol"
msgid "Romanian"
msgstr "Roumain"
msgid "You changed the language of the board to {0}"
msgstr "Vous avez changé la langue du plateau en {0}"

View File

@ -178,6 +178,9 @@ msgstr ""
msgid "Spanish"
msgstr ""
msgid "Romanian"
msgstr ""
msgid "You changed the language of the board to {0}"
msgstr ""

56
server/lang/ro.json Normal file
View File

@ -0,0 +1,56 @@
{
"code": "ro",
"name": "Romanian",
"bag": [
" ", " ",
"A", "A", "A", "A", "A", "A", "A", "A", "A", "A", "A",
"I", "I", "I", "I", "I", "I", "I", "I", "I", "I",
"E", "E", "E", "E", "E", "E", "E", "E", "E",
"R", "R", "R", "R", "R", "R", "R",
"T", "T", "T", "T", "T", "T", "T",
"N", "N", "N", "N", "N", "N",
"U", "U", "U", "U", "U", "U",
"C", "C", "C", "C", "C",
"O", "O", "O", "O", "O",
"S", "S", "S", "S", "S",
"L", "L", "L", "L",
"D", "D", "D", "D",
"P", "P", "P", "P",
"M", "M", "M",
"F", "F",
"V", "V",
"B", "B",
"G", "G",
"H",
"J",
"X",
"Z"
],
"letterValues": {
" ": 0,
"A": 1,
"I": 1,
"E": 1,
"R": 1,
"T": 1,
"N": 1,
"U": 1,
"C": 1,
"O": 1,
"S": 1,
"L": 1,
"D": 2,
"P": 2,
"M": 4,
"F": 8,
"V": 8,
"B": 9,
"G": 9,
"H": 10,
"J": 10,
"X": 10,
"Z": 10
}
}