mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Added code for the future romanian translation
This commit is contained in:
parent
6d578d5203
commit
a053788cce
@ -70,6 +70,7 @@ def getLanguageDescription(language):
|
||||
"ne":pgettext("languageName","Nepali"),
|
||||
"sr":pgettext("languageName","Serbian (Latin)"),
|
||||
"ja":pgettext("languageName","Japanese"),
|
||||
"ro":pgettext("languageName","Romanian"),
|
||||
}.get(language,None)
|
||||
return desc
|
||||
|
||||
@ -201,6 +202,7 @@ def langToWindowsLocale(lang):
|
||||
"ja": "jpn",
|
||||
"pl": "plk",
|
||||
"pt": "ptb",
|
||||
"ro": "rom",
|
||||
"ru": "rus",
|
||||
"tr": "trk",
|
||||
"sr": "eng",
|
||||
|
BIN
src/locales/ro/LC_MESSAGES/twblue.mo
Normal file
BIN
src/locales/ro/LC_MESSAGES/twblue.mo
Normal file
Binary file not shown.
3573
src/locales/ro/LC_MESSAGES/twblue.po
Normal file
3573
src/locales/ro/LC_MESSAGES/twblue.po
Normal file
File diff suppressed because it is too large
Load Diff
BIN
src/locales/ro/LC_MESSAGES/twblue_old.mo
Normal file
BIN
src/locales/ro/LC_MESSAGES/twblue_old.mo
Normal file
Binary file not shown.
2896
src/locales/ro/LC_MESSAGES/twblue_old.po
Normal file
2896
src/locales/ro/LC_MESSAGES/twblue_old.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user