1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Select language for server and per user

This commit is contained in:
Harvey Kandola 2022-03-21 12:43:45 -04:00
parent 4494ace0a2
commit e81cbad385
5 changed files with 18 additions and 16 deletions

View file

@ -25,7 +25,6 @@ var localeMap map[string]map[string]string
// SupportedLocales returns array of locales.
func SupportedLocales() (locales []string) {
locales = append(locales, "en-US")
locales = append(locales, "de-DE")
return
}