Revert "PLT-1800 Load server side locale from the config.json" (#3133)

Этот коммит содержится в:
Christopher Speller
2016-05-27 09:01:35 -04:00
родитель a2c183f401
Коммит ec7a273550
24 изменённых файлов: 66 добавлений и 396 удалений

Просмотреть файл

@@ -9,5 +9,5 @@ import (
func TestConfig(t *testing.T) {
LoadConfig("config.json")
InitTranslations(Cfg.LocalizationSettings)
InitTranslations()
}