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:
parent
4494ace0a2
commit
e81cbad385
5 changed files with 18 additions and 16 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue