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:
enahum
2016-06-01 09:56:13 -03:00
committed by Christopher Speller
parent 7be2a05cf5
commit b00a60ab71
38 changed files with 375 additions and 893 deletions

View File

@@ -155,5 +155,10 @@
"Enable": false,
"Directory": "./data/",
"EnableDaily": false
},
"LocalizationSettings": {
"DefaultServerLocale": "en",
"DefaultClientLocale": "en",
"AvailableLocales": "en,es,fr,ja,pt-BR"
}
}
}