Removing panics on config and license loading errors. Nice error messages instead. (#2829)

Этот коммит содержится в:
Christopher Speller
2016-05-02 08:08:28 -04:00
родитель 92be84762b
Коммит b49d138cf9
2 изменённых файлов: 19 добавлений и 3 удалений

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

@@ -2019,6 +2019,10 @@
"id": "mattermost.config_file",
"translation": "Loaded config file from %v"
},
{
"id": "mattermost.unable_to_load_config",
"translation": "Unable to load mattermost configuration file:"
},
{
"id": "mattermost.current_version",
"translation": "Current version is %v (%v/%v/%v)"