1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

French localization

This commit is contained in:
Harvey Kandola 2023-02-06 11:45:47 -05:00
parent ea9ff78411
commit 76c777acc1
4 changed files with 13 additions and 5 deletions

View file

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