mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
add Japanese language support
This commit is contained in:
parent
5de1b7a92e
commit
0030418707
4 changed files with 761 additions and 1 deletions
|
@ -24,6 +24,7 @@ func SupportedLocales() (locales []string) {
|
|||
locales = append(locales, "zh-CN")
|
||||
locales = append(locales, "pt-BR")
|
||||
locales = append(locales, "fr-FR")
|
||||
locales = append(locales, "ja-JP")
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue