mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -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"),
|
"ne":pgettext("languageName","Nepali"),
|
||||||
"sr":pgettext("languageName","Serbian (Latin)"),
|
"sr":pgettext("languageName","Serbian (Latin)"),
|
||||||
"ja":pgettext("languageName","Japanese"),
|
"ja":pgettext("languageName","Japanese"),
|
||||||
|
"ro":pgettext("languageName","Romanian"),
|
||||||
}.get(language,None)
|
}.get(language,None)
|
||||||
return desc
|
return desc
|
||||||
|
|
||||||
@ -201,6 +202,7 @@ def langToWindowsLocale(lang):
|
|||||||
"ja": "jpn",
|
"ja": "jpn",
|
||||||
"pl": "plk",
|
"pl": "plk",
|
||||||
"pt": "ptb",
|
"pt": "ptb",
|
||||||
|
"ro": "rom",
|
||||||
"ru": "rus",
|
"ru": "rus",
|
||||||
"tr": "trk",
|
"tr": "trk",
|
||||||
"sr": "eng",
|
"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