1
0
Fork 0
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:
uchida-nunet 2023-02-11 12:06:29 +09:00
parent 5de1b7a92e
commit 0030418707
4 changed files with 761 additions and 1 deletions

View file

@ -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
}