-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way to import localizations message bundles #945
Comments
@st3v0rr sorry for bothering you, but is there any chance we could get that feature in? I created a PR some time ago, that allows for adding localization message bundles with keycloak config-cli. Only issue I faced is, I could not get the |
Hello @antikalk , There is also no new announcement from Red Hat on their new Keycloak product that would help us with the other pinned issue. #992 |
@st3v0rr Thanks for your response! I did just have another look at my PR and found a way to enable support for KC18. |
Problem Statement
As far as I know there is currently no way to import the localization message bundles with keycloak-config-cli.
You are able to enable internationalization, set the supported locales and default locale, but providing custom message bundles is not possible. This would be a cool feature to add.
Proposed Solution
Support a new property
messageBundles
in the realm json which could look like this:For each locale in messageBundles post the content of the object to the corresponding locale endpoint, e.g.:
POST realms/$realm/localization/de
Body:
and
POST realms/$realm/localization/en
Body:
Environment
Additional information
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: