1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Add portuguese language support

This commit is contained in:
KMKZ 2022-07-12 22:14:26 -03:00
parent b510615691
commit cfd7ebd2bf
9 changed files with 773 additions and 3 deletions

View file

@ -22,6 +22,7 @@ func SupportedLocales() (locales []string) {
locales = append(locales, "en-US")
locales = append(locales, "de-DE")
locales = append(locales, "zh-CN")
locales = append(locales, "pt-BR")
return
}