Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Jan 7, 2026

Details

This PR addresses some feedback on 2025.12 RC2:

Localization

  • Fixed locale not updating the user interface after form submission.
  • Updated "Auto-detect" label to include the detected language name.
  • Fixed API-provided localizations from not refreshing button text after using the locale selector

Compatibility

The context controller registry gracefully switches from WeakMap to Map if browser support for Symbol keys 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

@GirlBossRush GirlBossRush added this to the Release 2025.12 milestone Jan 7, 2026
@GirlBossRush GirlBossRush self-assigned this Jan 7, 2026
@GirlBossRush GirlBossRush requested a review from a team as a code owner January 7, 2026 23:55
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Jan 7, 2026
@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 74322a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69667cc1542b4e00087daa2f
😎 Deploy Preview https://deploy-preview-19235--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 74322a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69667cc1484c90000806b611
😎 Deploy Preview https://deploy-preview-19235--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.35%. Comparing base (8f3c927) to head (74322a2).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
conformance 38.78% <ø> (+<0.01%) ⬆️
e2e 44.67% <ø> (+1.28%) ⬆️
integration 23.43% <ø> (-0.01%) ⬇️
unit 91.57% <ø> (+<0.01%) ⬆️
unit-migrate 91.61% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GirlBossRush GirlBossRush requested a review from a team as a code owner January 8, 2026 00:03
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

authentik translations instructions

Thanks for your pull request!

authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-74322a22d1c5816348ee1721b13cf278ed706a09

Afterwards, run the upgrade commands from the latest release notes.

@netlify
Copy link

netlify bot commented Jan 12, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 74322a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69667cc101ab420008481b9a
😎 Deploy Preview https://deploy-preview-19235--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@rissson rissson added the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Jan 13, 2026
@melizeche melizeche enabled auto-merge (squash) January 13, 2026 17:53
@melizeche melizeche disabled auto-merge January 13, 2026 17:54
@BeryJu BeryJu merged commit c2db63a into main Jan 13, 2026
135 of 138 checks passed
@BeryJu BeryJu deleted the 2025-12-locale-fixes branch January 13, 2026 17:56
authentik-automation bot pushed a commit that referenced this pull request Jan 13, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #19235
Original commit: c2db63a
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.12 has conflicts: #19384

GirlBossRush added a commit that referenced this pull request Jan 13, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #19235
Original commit: c2db63a
GirlBossRush added a commit that referenced this pull request Jan 13, 2026
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants