Skip to content

core, web: update translations#17807

Merged
GirlBossRush merged 1 commit intomainfrom
extract-compile-backend-translation
Nov 4, 2025
Merged

core, web: update translations#17807
GirlBossRush merged 1 commit intomainfrom
extract-compile-backend-translation

Conversation

@authentik-automation
Copy link
Contributor

core, web: update translations

@authentik-automation authentik-automation bot added the dependencies Pull requests that update a dependency file label Oct 30, 2025
@authentik-automation authentik-automation bot requested review from a team as code owners October 30, 2025 00:11
@authentik-automation authentik-automation bot added the dependencies Pull requests that update a dependency file label Oct 30, 2025
@github-actions
Copy link
Contributor

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.

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit aac78a5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690944a35b71a70008ae5f40
😎 Deploy Preview https://deploy-preview-17807--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 Oct 30, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit aac78a5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690944a3aaf75500081bea81

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit aac78a5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690944a3ec08860008f0b897

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17807   +/-   ##
=======================================
  Coverage   92.93%   92.94%           
=======================================
  Files         869      869           
  Lines       47987    47987           
=======================================
+ Hits        44598    44601    +3     
+ Misses       3389     3386    -3     
Flag Coverage Δ
e2e 45.18% <ø> (+0.02%) ⬆️
integration 23.18% <ø> (+<0.01%) ⬆️
unit 91.08% <ø> (+<0.01%) ⬆️
unit-migrate 91.13% <ø> (+<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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 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-aac78a5d744ac6e8efdbe4e118e2b76d72c90156
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-aac78a5d744ac6e8efdbe4e118e2b76d72c90156

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

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Oct 30, 2025
@rissson rissson enabled auto-merge (squash) October 30, 2025 13:32
@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch from 8ca4bf5 to 50262d2 Compare October 31, 2025 00:11
@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch 2 times, most recently from ac08089 to 56c1071 Compare November 2, 2025 00:12
@GirlBossRush GirlBossRush disabled auto-merge November 2, 2025 21:23
@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch from a167dcb to 41971bb Compare November 3, 2025 00:12
@GirlBossRush GirlBossRush enabled auto-merge (squash) November 3, 2025 04:32
@GirlBossRush GirlBossRush force-pushed the extract-compile-backend-translation branch from 41971bb to 061d193 Compare November 3, 2025 04:41
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch from 061d193 to aac78a5 Compare November 4, 2025 00:11
@GirlBossRush GirlBossRush merged commit c1338b0 into main Nov 4, 2025
135 of 138 checks passed
@GirlBossRush GirlBossRush deleted the extract-compile-backend-translation branch November 4, 2025 13:44
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 4, 2025
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main:
  webiste/docs: remove broken info box and fix sentence (#17963)
  web/admin: fixes capitalization in application wizard title (#17959)
  website/docs: added Note about email_verified scope mapping is set to false by default (#17942)
  crypto: update certificate api and component (#17921)
  core: bump openapitools/openapi-diff from 2.1.4 to 2.1.5 in /scripts/api (#17929)
  ci: bump getsentry/action-release from 3.3.0 to 3.4.0 (#17931)
  ci: bump helm/kind-action from 1.12.0 to 1.13.0 (#17930)
  tasks/schedules: fix rel obj not being associated or updated (#17934)
  core, web: update translations (#17807)
  brands: sort matched brand by match length (#17920)
  web: bump the storybook group across 1 directory with 5 updates (#17787)
  brands: add more matching tests (#16185)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants