d543ba5b56
- the prio of messages is now as follows for all themes (RL = realm localization, T = Theme i18n files): RL <variant> > T <variant> > RL <region> > T <region> > RL <language> > T <language> > RL en > T en - centralize the message resolving logic in helper methods in LocaleUtil and use it for all themes, add unit tests in LocaleUtilTest - add basic integration tests to check whether realm localization can be used in all supported contexts: - Account UI V2: org.keycloak.testsuite.ui.account2.InternationalizationTest - Login theme: LoginPageTest - Email theme: EmailTest - deprecate the param useRealmDefaultLocaleFallback=true of endpoint /admin/realms/{realm}/localization/{locale}, because it does not resolve fallbacks as expected and is no longer used in admin-ui v2 - fix locale selection in DefaultLocaleSelectorProvider that a supported region (like "de-CH") will no longer selected instead of a supported language (like "de"), when just the language is requested, add corresponding unit tests - improvements regarding message resolving in Admin UI V2: - add cypress test i18n_test.spec.ts, which checks the fallback implementation - log a warning instead of an error, when messages for some languages/namespaces cannot be loaded (the page will probably work with fallbacks in that case) Closes #15845 |
||
---|---|---|
.. | ||
authentication_policies.spec.ts | ||
authentication_policies_ciba.spec.ts | ||
authentication_test.spec.ts | ||
client_authorization_test.spec.ts | ||
client_registration_policies.spec.ts | ||
client_scopes_test.spec.ts | ||
clients_saml_test.spec.ts | ||
clients_test.spec.ts | ||
events_test.spec.ts | ||
group_test.spec.ts | ||
i18n_test.spec.ts | ||
identity_providers_oidc_test.spec.ts | ||
identity_providers_saml_test.spec.ts | ||
identity_providers_test.spec.ts | ||
masthead_test.spec.ts | ||
partial_export_test.spec.ts | ||
partial_import_test.spec.ts | ||
realm_roles_test.spec.ts | ||
realm_settings_client_policies_test.spec.ts | ||
realm_settings_client_profiles_test.spec.ts | ||
realm_settings_events_test.spec.ts | ||
realm_settings_general_tab_test.spec.ts | ||
realm_settings_tabs_test.spec.ts | ||
realm_settings_user_profile_tab.spec.ts | ||
realm_test.spec.ts | ||
realm_user_registration.spec.ts | ||
sessions_test.spec.ts | ||
user_fed_kerberos_test.spec.ts | ||
user_fed_ldap_hardcoded_mapper_test.spec.ts | ||
user_fed_ldap_mapper_test.spec.ts | ||
user_fed_ldap_test.spec.ts | ||
user_fed_test.spec.ts | ||
users_enable_disable.spec.ts | ||
users_test.spec.ts |