From 758402311a97a053a5276049db6dce4f8f8dcfbc Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 28 Feb 2017 06:07:02 -0300 Subject: PLT-5548 Prevent server start if defaultLocate is not available (#5532) * PLT-5548 Prevent server start if defaultLocate is not available * Add validation for supported locales --- i18n/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 9e1452da5..1535bac47 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -5619,6 +5619,18 @@ "id": "utils.config.save_config.saving.app_error", "translation": "An error occurred while saving the file to {{.Filename}}" }, + { + "id": "utils.config.supported_client_locale.app_error", + "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales" + }, + { + "id": "utils.config.supported_server_locale.app_error", + "translation": "Unable to load mattermost configuration file: DefaultServerLocale must be one of the supported locales" + }, + { + "id": "utils.config.validate_locale.app_error", + "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale" + }, { "id": "utils.diagnostic.analytics_not_found.app_error", "translation": "Analytics not initialized" -- cgit v1.2.3-1-g7c22