Enable Polish, Chinese, and Slovak

This commit is contained in:
rubenwardy 2022-04-09 01:41:18 +01:00
parent cb25e5e6d8
commit f137dfa978

@ -39,7 +39,10 @@ app.config["LANGUAGES"] = {
"fr": "Français",
"id": "Bahasa Indonesia",
"ms": "Bahasa Melayu",
"pl": "Język Polski",
"ru": "русский язык",
"sk": "Slovenčina",
"zh_Hans": "汉语",
}
app.config.from_pyfile(os.environ["FLASK_CONFIG"])