Skip to content

Commit c841c85

Browse files
committed
Add en-AR i18n
1 parent 2dae033 commit c841c85

File tree

2 files changed

+759
-0
lines changed

2 files changed

+759
-0
lines changed

core/i18n/localize.go

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func SupportedLocales() (locales []string) {
2626
locales = append(locales, "fr-FR")
2727
locales = append(locales, "ja-JP")
2828
locales = append(locales, "it-IT")
29+
locales = append(locales, "es-AR")
2930

3031
return
3132
}

0 commit comments

Comments
 (0)