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:
parent
b510615691
commit
cfd7ebd2bf
9 changed files with 773 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue