1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00

Add en-AR i18n

This commit is contained in:
Harvey Kandola 2024-12-30 13:49:39 -05:00
parent 2dae03332b
commit c841c85478
2 changed files with 759 additions and 0 deletions

View file

@ -26,6 +26,7 @@ func SupportedLocales() (locales []string) {
locales = append(locales, "fr-FR")
locales = append(locales, "ja-JP")
locales = append(locales, "it-IT")
locales = append(locales, "es-AR")
return
}