mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Enable Polish, Chinese, and Slovak
This commit is contained in:
parent
cb25e5e6d8
commit
f137dfa978
@ -39,7 +39,10 @@ app.config["LANGUAGES"] = {
|
|||||||
"fr": "Français",
|
"fr": "Français",
|
||||||
"id": "Bahasa Indonesia",
|
"id": "Bahasa Indonesia",
|
||||||
"ms": "Bahasa Melayu",
|
"ms": "Bahasa Melayu",
|
||||||
|
"pl": "Język Polski",
|
||||||
"ru": "русский язык",
|
"ru": "русский язык",
|
||||||
|
"sk": "Slovenčina",
|
||||||
|
"zh_Hans": "汉语",
|
||||||
}
|
}
|
||||||
|
|
||||||
app.config.from_pyfile(os.environ["FLASK_CONFIG"])
|
app.config.from_pyfile(os.environ["FLASK_CONFIG"])
|
||||||
|
Loading…
Reference in New Issue
Block a user