Updated the string manipulation texts to be prefixed, allowing for better context management if needed for things like "Effects", "System Effects". Added en translations to handle them on the English side. Updated the zh translations using merge:

`msgmerge --update locale/zh_CN/LC_MESSAGES/lang.p o locale/lang.pot`
This commit is contained in:
blitzmann
2020-06-29 20:57:17 -04:00
parent 10a4f62b78
commit 732634fefa
7 changed files with 2360 additions and 2208 deletions

View File

@@ -540,7 +540,7 @@ class LocaleSettings:
_instance = None
supported_langauges = {
"en_US": wx.LANGUAGE_ENGLISH,
"en_US": wx.LANGUAGE_ENGLISH_US,
"zh_CN": wx.LANGUAGE_CHINESE_SIMPLIFIED,
# todo: add the others that EVE supports
}