Skip to content

Commit

Permalink
add LocaleIndonesian
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Dec 14, 2022
1 parent a09b41a commit d1911d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discord/locale.go
Expand Up @@ -29,6 +29,7 @@ const (
LocaleGreek Locale = "el"
LocaleHindi Locale = "hi"
LocaleHungarian Locale = "hu"
LocaleIndonesian Locale = "id"
LocaleItalian Locale = "it"
LocaleJapanese Locale = "ja"
LocaleKorean Locale = "ko"
Expand Down Expand Up @@ -63,6 +64,7 @@ var Locales = map[Locale]string{
LocaleGreek: "Greek",
LocaleHindi: "Hindi",
LocaleHungarian: "Hungarian",
LocaleIndonesian: "Indonesian",
LocaleItalian: "Italian",
LocaleJapanese: "Japanese",
LocaleKorean: "Korean",
Expand Down

0 comments on commit d1911d5

Please sign in to comment.