Skip to content

Commit 1c328fa

Browse files
committed
feat: add SupportedLocales function
1 parent 199a028 commit 1c328fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lang.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ func LoadLocales() error {
6565
return nil
6666
}
6767

68+
func SupportedLocales() []discordgo.Locale {
69+
return supportedLocales
70+
}
71+
6872
func Bundle() *i18n.Bundle {
6973
return bundle
7074
}

0 commit comments

Comments
 (0)