-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
web: UI Locale Fixes #19235
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
web: UI Locale Fixes #19235
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19235 +/- ##
==========================================
+ Coverage 93.12% 93.35% +0.23%
==========================================
Files 949 949
Lines 52419 52423 +4
==========================================
+ Hits 48813 48938 +125
+ Misses 3606 3485 -121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-74322a22d1c5816348ee1721b13cf278ed706a09
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-74322a22d1c5816348ee1721b13cf278ed706a09Afterwards, run the upgrade commands from the latest release notes. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ab89951 to
560c6a1
Compare
Signed-off-by: Jens L. <[email protected]>
560c6a1 to
74322a2
Compare
|
|
Cherry-pick #19235 to version-2025.12 (with conflicts) This cherry-pick has conflicts that need manual resolution. Original PR: #19235 Original commit: c2db63a Co-authored-by: Teffen Ellis <[email protected]>
Details
This PR addresses some feedback on 2025.12 RC2:
Localization
Compatibility
The context controller registry gracefully switches from
WeakMaptoMapif browser support forSymbolkeys is not supported.Translations
Starting in #18426, we revised front-end XLIFF file names to Unicode BCP 47 Locale Identifiers. These files now include a region subtag and are delimited with a dash. The previous versions (with an underscore) were left in the tree during the clean up while we tested Transifex.
We've since confirmed that the BCP 47 files are updating as expected, making these files ready for removal.
Related Merge Branch