PLT-3456 Fix Errors while starting the server (#3445)

* PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages.

* Fixing tests
Этот коммит содержится в:
enahum
2016-07-04 09:30:57 -04:00
коммит произвёл Christopher Speller
родитель 5dfa4fb629
Коммит 2305b2597f
7 изменённых файлов: 16 добавлений и 6 удалений

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

@@ -8,6 +8,7 @@ import (
)
func TestConfig(t *testing.T) {
TranslationsPreInit()
LoadConfig("config.json")
InitTranslations(Cfg.LocalizationSettings)
}