Initialize other langauges, update README to provide more information, simplify the langauge codes

This commit is contained in:
blitzmann
2020-06-30 23:33:34 -04:00
parent 4d49512a7e
commit 29f6ac0d99
9 changed files with 13662 additions and 29 deletions

View File

@@ -18,13 +18,13 @@ lang = ""
# Maps supported langauges to their suffix in the database
translation_mapping = {
"en_US": "",
"en": "",
"fr": "_fr",
"it": "_it",
"ja": "_ja",
"ko": "_ko",
"ru": "_ru",
"zh_CN": "_zh",
"zh": "_zh",
}
def set_lang(i18n_lang):