Add Indonesian Language

This commit is contained in:
the7thNightmare 2023-02-19 22:38:42 +07:00 committed by Frédéric Guillot
parent fb2b43176f
commit 8dce3099d9
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ func AvailableLanguages() map[string]string {
"fi_FI": "Suomi",
"hi_IN": "हिन्दी",
"uk_UA": "Українська",
"id_ID": "Bahasa Indonesia",
}
}