summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-15 09:10:38 -0300
committerJoram Wilander <jwawilander@gmail.com>2016-06-15 08:10:38 -0400
commit3f4d38f58ae086c6570bea7082f25cbdbc52c85d (patch)
treec83e3fffb591a702fe70b2da4465e89d1a011f5a /config
parentc7e9f3cb1b9cedb328da28aa5f4237fdc325e68c (diff)
downloadchat-3f4d38f58ae086c6570bea7082f25cbdbc52c85d.tar.gz
chat-3f4d38f58ae086c6570bea7082f25cbdbc52c85d.tar.bz2
chat-3f4d38f58ae086c6570bea7082f25cbdbc52c85d.zip
PLT-3344 Set Localization config to always have by default all languages available (#3339)
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 306cf2ff8..abfbdf4af 100644
--- a/config/config.json
+++ b/config/config.json
@@ -163,6 +163,6 @@
"LocalizationSettings": {
"DefaultServerLocale": "en",
"DefaultClientLocale": "en",
- "AvailableLocales": "de,en,es,fr,ja,pt-BR"
+ "AvailableLocales": ""
}
} \ No newline at end of file