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

Update localize.go

Added Italian language
This commit is contained in:
armando-marra 2023-08-23 14:22:47 +02:00 committed by GitHub
parent 1abc5d3e52
commit f4b45d2aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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