Skip to content

core, web: Fix Han language codes.#18541

Closed
GirlBossRush wants to merge 1 commit intomainfrom
language-code-fixes
Closed

core, web: Fix Han language codes.#18541
GirlBossRush wants to merge 1 commit intomainfrom
language-code-fixes

Conversation

@GirlBossRush
Copy link
Contributor

Details

Swap underscores for dashes in Chinese translation files

@GirlBossRush GirlBossRush requested review from a team as code owners December 2, 2025 19:29
@GirlBossRush GirlBossRush added the i18n Internationalization and localization label Dec 2, 2025
@netlify
Copy link

netlify bot commented Dec 2, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4bd7464
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/692f3e142092590008851ebf
😎 Deploy Preview https://deploy-preview-18541--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.

@netlify
Copy link

netlify bot commented Dec 2, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 4bd7464
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/692f3e1490140600088e8518
😎 Deploy Preview https://deploy-preview-18541--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 Dec 2, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 4bd7464
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/692f3e14beb88e00088a2b82
😎 Deploy Preview https://deploy-preview-18541--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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

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.

@GirlBossRush GirlBossRush requested a review from rissson December 2, 2025 19:29
@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.15%. Comparing base (f914af7) to head (4bd7464).
⚠️ Report is 20 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18541      +/-   ##
==========================================
+ Coverage   92.78%   93.15%   +0.37%     
==========================================
  Files         911      932      +21     
  Lines       49848    50999    +1151     
==========================================
+ Hits        46250    47509    +1259     
+ Misses       3598     3490     -108     
Flag Coverage Δ
e2e 44.84% <ø> (+0.25%) ⬆️
integration 22.76% <ø> (-0.12%) ⬇️
unit 91.42% <ø> (+0.21%) ⬆️
unit-migrate 91.46% <ø> (+0.21%) ⬆️

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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

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-4bd7464bd8460cd582651ce5938661094de9f41b
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-4bd7464bd8460cd582651ce5938661094de9f41b

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

@GirlBossRush
Copy link
Contributor Author

Resolved via #18426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

i18n Internationalization and localization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants