Skip to content

Commit

Permalink
feat: add SupportedLocales function
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Apr 29, 2024
1 parent 199a028 commit 1c328fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ func LoadLocales() error {
return nil
}

func SupportedLocales() []discordgo.Locale {
return supportedLocales
}

func Bundle() *i18n.Bundle {
return bundle
}
Expand Down

0 comments on commit 1c328fa

Please sign in to comment.