We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dae033 commit c841c85Copy full SHA for c841c85
core/i18n/localize.go
@@ -26,6 +26,7 @@ func SupportedLocales() (locales []string) {
26
locales = append(locales, "fr-FR")
27
locales = append(locales, "ja-JP")
28
locales = append(locales, "it-IT")
29
+ locales = append(locales, "es-AR")
30
31
return
32
}
0 commit comments