mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-1800 Load server side locale from the config.json (#3135)
* PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
This commit is contained in:
committed by
Christopher Speller
parent
7be2a05cf5
commit
b00a60ab71
@@ -155,5 +155,10 @@
|
||||
"Enable": false,
|
||||
"Directory": "./data/",
|
||||
"EnableDaily": false
|
||||
},
|
||||
"LocalizationSettings": {
|
||||
"DefaultServerLocale": "en",
|
||||
"DefaultClientLocale": "en",
|
||||
"AvailableLocales": "en,es,fr,ja,pt-BR"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user