From 01d13e8ef73385d6b91c5ac13f7ed2796e2a73ff Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Wed, 19 Apr 2023 17:03:02 +0200 Subject: [PATCH] Filter out community translations for the Admin Console (#19806) Closes CIAM-5018 --- js/apps/admin-ui/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/js/apps/admin-ui/pom.xml b/js/apps/admin-ui/pom.xml index 0f8dbdeff6..e0602a5b05 100644 --- a/js/apps/admin-ui/pom.xml +++ b/js/apps/admin-ui/pom.xml @@ -16,6 +16,47 @@ Keycloak Admin UI The user inferface to administrate the Keycloak server. + + + withoutTranslations + + + skipCommunityTranslations + + + + + + dist + theme/keycloak.v2/admin/resources + + resources/en/** + + + + + + + withTranslations + + + !skipCommunityTranslations + + + + + + dist + theme/keycloak.v2/admin/resources + + resources/** + + + + + + + @@ -26,6 +67,7 @@ theme/keycloak.v2/admin/resources index.html + resources/** diff --git a/pom.xml b/pom.xml index 755e8841f8..0c9248ff92 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ ${project.version} - v18.15.0 + v18.16.0 http://keycloak.org