Enable Russian language

This commit is contained in:
rubenwardy 2022-01-29 20:23:00 +00:00
parent 4543f6ca39
commit 2db2f61992
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ app.config["LANGUAGES"] = {
"fr": "Français",
"id": "Bahasa Indonesia",
"ms": "Bahasa Melayu",
"ru": "русский язык",
}
app.config.from_pyfile(os.environ["FLASK_CONFIG"])