From 9f3713aa98011596a62315fd3b96fa2e77044081 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Sun, 6 Aug 2017 06:45:46 +0800 Subject: [PLT-7231/PLT-7306] Fix GitLab SSO failure with non-English locale and make config locales more forgiving (#7125) --- i18n/en.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index dccc62441..4769d2614 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6507,9 +6507,17 @@ "id": "utils.config.save_config.saving.app_error", "translation": "An error occurred while saving the file to {{.Filename}}" }, + { + "id": "utils.config.add_client_locale.app_error", + "translation": "Unable to load mattermost configuration file: Adding DefaultClientLocale to AvailableLocales." + }, + { + "id": "utils.config.supported_available_locales.app_error", + "translation": "Unable to load mattermost configuration file: AvailableLocales must include DefaultClientLocale. Setting AvailableLocales to all locales as default value." + }, { "id": "utils.config.supported_client_locale.app_error", - "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales" + "translation": "Unable to load mattermost configuration file: DefaultClientLocale must be one of the supported locales. Setting DefaultClientLocale to en as default value." }, { "id": "utils.config.supported_server_locale.app_error", -- cgit v1.2.3-1-g7c22