Added code for the future romanian translation

This commit is contained in:
Manuel Cortez 2015-11-23 09:35:21 -06:00
parent 6d578d5203
commit a053788cce
5 changed files with 6471 additions and 0 deletions

View File

@ -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",

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff