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

Этот коммит содержится в:
Christopher Speller
2016-06-01 11:56:27 -04:00
родитель b00a60ab71
Коммит 786e4dce7d
38 изменённых файлов: 893 добавлений и 375 удалений

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

@@ -16,7 +16,7 @@ var store Store
func Setup() {
if store == nil {
utils.LoadConfig("config.json")
utils.InitTranslations(utils.Cfg.LocalizationSettings)
utils.InitTranslations()
store = NewSqlStore()
store.MarkSystemRanUnitTests()