-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
translations
Describe the bug
The following translations are missing:
eventTypes.OAUTH2_EXTENSION_GRANT.nameeventTypes.OAUTH2_EXTENSION_GRANT.descriptioneventTypes.OAUTH2_EXTENSION_GRANT_ERROR.nameeventTypes.OAUTH2_EXTENSION_GRANT_ERROR.descriptioneventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK.nameeventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK.descriptioneventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK_ERROR.nameeventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK_ERROR.description
Version
25.0.1
Regression
- The issue is a regression
Expected behavior
Messages should be translated
Actual behavior
Messages are not translated
How to Reproduce?
docker run -it \
--pull always \
-p 8080:8080 \
-p 8443:8443 \
-p 8787:8787 \
-e KEYCLOAK_ADMIN=admin \
-e KEYCLOAK_ADMIN_PASSWORD=admin \
-e DEBUG=true \
-e DEBUG_PORT='0.0.0.0:8787' \
quay.io/keycloak/keycloak:25.0.1 \
--verbose \
start-dev \
--cache=local \
--metrics-enabled=true \
--http-enabled=true \
--http-relative-path=auth \
--hostname-strict=false \
--hostname-strict-https=false \
--features=preview
Open Realm Settings -> Events -> User Event Settings` and scroll to the bottom of the list.
Anything else?
No response
keycloak-github-bot