Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Translations missing for user events in admin ui #27677

@thomasdarimont

Description

@thomasdarimont

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

image

The following translations are missing:

  • eventTypes.OAUTH2_EXTENSION_GRANT.name
  • eventTypes.OAUTH2_EXTENSION_GRANT.description
  • eventTypes.OAUTH2_EXTENSION_GRANT_ERROR.name
  • eventTypes.OAUTH2_EXTENSION_GRANT_ERROR.description
  • eventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK.name
  • eventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK.description
  • eventTypes.FEDERATED_IDENTITY_OVERRIDE_LINK_ERROR.name
  • eventTypes.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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions