From 34beaa569bfb32f1607375f1d5a22859322060d2 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 24 May 2016 09:36:27 -0300 Subject: PLT-1800 Load server side locale from the config.json (#3076) * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics --- config/config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index b62713a91..9f5e8f9c8 100644 --- a/config/config.json +++ b/config/config.json @@ -154,5 +154,10 @@ "Enable": false, "Directory": "./data/", "EnableDaily": false + }, + "LocalizationSettings": { + "DefaultServerLocale": "en", + "DefaultClientLocale": "en", + "AvailableLocales": "en,es,fr,ja,pt-BR" } } \ No newline at end of file -- cgit v1.2.3-1-g7c22