1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00

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

View file

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