7 comments (7 comments)1 reaction (1 reaction)0 assignees (0 assignees)Java8,346 forks (8,346 forks)batch import
area/translationshelp wantedkind/enhancementteam/community
Repository metrics
- Stars
- 34,398 stars (34,398 stars)
- PR merge metrics
- Avg merge 6d 19h (Avg merge 6d 19h)384 merged PRs in 30d (384 merged PRs in 30d)
Description
Description
Add the ability to specify different default locales for different theme types. For example:
- For end user pages (i.e.
login and account), use Arabic locale.
- For admin pages (i.e.
admin), use English locale.

Discussion
No response
Motivation
No response
Details
No response
Contributor guide
- Research direction
- Investigate how Keycloak themes and locales are currently managed. Focus on theme types (e.g., 'login', 'account', 'admin') and the locale resolution mechanism. Look for existing interfaces or configurations that could be extended to allow per theme type default locales.
- Tech stack
- java
- Domain
- authenticationbackend
- Issue type
- Feature
- Prerequisites
- JavaKeycloak