Initialize other langauges, update README to provide more information, simplify the langauge codes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user