Skip to content

Commit

Permalink
feat(locales): add spanish LATAM (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Feb 26, 2024
1 parent 15ef2a4 commit bb405da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locales.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const (
Romanian Locale = "ro"
Russian Locale = "ru"
SpanishES Locale = "es-ES"
SpanishLATAM Locale = "es-419"
Swedish Locale = "sv-SE"
Thai Locale = "th"
Turkish Locale = "tr"
Expand Down Expand Up @@ -74,6 +75,7 @@ var Locales = map[Locale]string{
Romanian: "Romanian",
Russian: "Russian",
SpanishES: "Spanish (Spain)",
SpanishLATAM: "Spanish (LATAM)",
Swedish: "Swedish",
Thai: "Thai",
Turkish: "Turkish",
Expand Down

0 comments on commit bb405da

Please sign in to comment.