Enable Indonesian

This commit is contained in:
rubenwardy 2022-01-08 16:40:51 +00:00
parent 1e839f731a
commit 3a0a3c5325
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ app.config["BABEL_TRANSLATION_DIRECTORIES"] = "../translations"
app.config["LANGUAGES"] = {
"en": "English",
"fr": "Français",
"id": "Bahasa Indonesia",
"ms": "Bahasa Melayu",
}