mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
add chinese language support
This commit is contained in:
parent
68d067ef7b
commit
dc26f063c8
7 changed files with 769 additions and 2 deletions
|
@ -21,6 +21,7 @@ var localeMap map[string]map[string]string
|
|||
func SupportedLocales() (locales []string) {
|
||||
locales = append(locales, "en-US")
|
||||
locales = append(locales, "de-DE")
|
||||
locales = append(locales, "zh-CN")
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue