mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Update localize.go
Added Italian language
This commit is contained in:
parent
1abc5d3e52
commit
f4b45d2aa7
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ func SupportedLocales() (locales []string) {
|
||||||
locales = append(locales, "pt-BR")
|
locales = append(locales, "pt-BR")
|
||||||
locales = append(locales, "fr-FR")
|
locales = append(locales, "fr-FR")
|
||||||
locales = append(locales, "ja-JP")
|
locales = append(locales, "ja-JP")
|
||||||
|
locales = append(locales, "it-IT")
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue