Browse Source

Add Indonesian Language

the7thNightmare 3 years ago
parent
commit
8dce3099d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locale/locale.go

+ 1 - 0
locale/locale.go

@@ -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",
 	}
 	}
 }
 }