summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-24 09:36:27 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-05-24 08:36:27 -0400
commit34beaa569bfb32f1607375f1d5a22859322060d2 (patch)
treec5d264e383890c88263db071a555201e4bc8e159 /config
parent79c0b206895ce6c5ffa498cdc80edbd821ff5469 (diff)
downloadchat-34beaa569bfb32f1607375f1d5a22859322060d2.tar.gz
chat-34beaa569bfb32f1607375f1d5a22859322060d2.tar.bz2
chat-34beaa569bfb32f1607375f1d5a22859322060d2.zip
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
Diffstat (limited to 'config')
-rw-r--r--config/config.json5
1 files changed, 5 insertions, 0 deletions
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