Skip to content

Commit

Permalink
Add Spanish LATAM to locales
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed Feb 12, 2024
1 parent 7f80bc7 commit edd2dff
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 edd2dff

Please sign in to comment.