Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: c4a14e00c74efd3dd789356efdc4528afe1e1dd8
https://github.com/tribe29/checkmk/commit/c4a14e00c74efd3dd789356efdc4528af…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M cmk/gui/i18n.py
M cmk/gui/logged_in.py
M cmk/gui/plugins/config/base.py
M cmk/gui/plugins/wato/check_mk_configuration.py
M cmk/gui/utils/language_cookie.py
M cmk/gui/wato/pages/user_profile/edit_profile.py
M cmk/gui/wato/pages/users.py
M cmk/gui/watolib/config_domains.py
M cmk/gui/watolib/search.py
M cmk/gui/wsgi/applications/utils.py
M cmk/update_config/plugins/actions/global_settings.py
M tests/unit/cmk/gui/htmllib/test_html_cls.py
M tests/unit/cmk/gui/test_i18n.py
M tests/unit/cmk/gui/watolib/test_watolib_search.py
Log Message:
-----------
UI language: Remove None identifier for English
The English language was inconsistently identified by None, "", or
"en".
To reduce confusion and to make the English identifier match the pattern
of all other languages, this is set to "en".
Change-Id: I22eaaab339e8b2e61db211f619d735cfa6832cb1