Skip to content

translate: Updates for file locale/en/LC_MESSAGES/django.po in fr#17361

Merged
authentik-automation[bot] merged 4 commits intomainfrom
translations_locale-en-lc-messages-django-po--main_fr
Oct 9, 2025
Merged

translate: Updates for file locale/en/LC_MESSAGES/django.po in fr#17361
authentik-automation[bot] merged 4 commits intomainfrom
translations_locale-en-lc-messages-django-po--main_fr

Conversation

@transifex-integration
Copy link
Contributor

The following localization files have been updated:

Parameter Value
Source File locale/en/LC_MESSAGES/django.po
Translation File locale/fr/LC_MESSAGES/django.po
Language Code fr
Transifex Project authentik
Transifex Resource locale..LC_MESSAGES/django.po (main)
Transifex Event translated
Mode default

100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'fr'.
@transifex-integration transifex-integration bot requested review from a team as code owners October 9, 2025 16:24
@netlify
Copy link

netlify bot commented Oct 9, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit f027e71
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68e7e2fa064288000825cc5a

@netlify
Copy link

netlify bot commented Oct 9, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit f027e71
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68e7e2fa9e1b78000836e8a6

@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 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.

@netlify
Copy link

netlify bot commented Oct 9, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f027e71
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68e7e2fae6bc2400087125ad

@authentik-automation authentik-automation bot added the dependencies Pull requests that update a dependency file label Oct 9, 2025
@authentik-automation authentik-automation bot changed the title Updates for file locale/en/LC_MESSAGES/django.po in fr translate: Updates for file locale/en/LC_MESSAGES/django.po in fr Oct 9, 2025
@authentik-automation authentik-automation bot enabled auto-merge (squash) October 9, 2025 16:24
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'fr'.
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'fr'.
100% translated source file: 'locale/en/LC_MESSAGES/django.po'
on 'fr'.
@codecov
Copy link

codecov bot commented Oct 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.96%. Comparing base (6dde8bd) to head (f027e71).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17361   +/-   ##
=======================================
  Coverage   92.96%   92.96%           
=======================================
  Files         857      857           
  Lines       46608    46608           
=======================================
+ Hits        43330    43331    +1     
+ Misses       3278     3277    -1     
Flag Coverage Δ
e2e 46.00% <ø> (+<0.01%) ⬆️
integration 23.13% <ø> (+<0.01%) ⬆️
unit 91.05% <ø> (+<0.01%) ⬆️
unit-migrate 91.10% <ø> (+<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 9, 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-f027e7138c6d1cd1d252189ba2a594cbc70c7cf0
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-f027e7138c6d1cd1d252189ba2a594cbc70c7cf0

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

@authentik-automation authentik-automation bot merged commit 230b0a3 into main Oct 9, 2025
137 of 139 checks passed
@authentik-automation authentik-automation bot deleted the translations_locale-en-lc-messages-django-po--main_fr branch October 9, 2025 17:47
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (56 commits)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#17361)
  website/docs: add entra id scim source (#17357)
  outpost: proxyv2: Use Postgres for the Embedded Outpost (#16628)
  tasks: set uid early (#17356)
  tasks: only set tenant on task creation (#17358)
  core: bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#17346)
  web: bump eslint-plugin-react-hooks from 6.1.1 to 7.0.0 in /packages/eslint-config in the eslint group across 1 directory (#17347)
  web: bump chromedriver from 141.0.0 to 141.0.1 in /web (#17348)
  web: bump knip from 5.64.1 to 5.64.2 in /web (#17349)
  web: bump @formatjs/intl-listformat from 7.7.11 to 7.7.12 in /web (#17350)
  web: bump pino from 9.13.0 to 10.0.0 in /web (#17351)
  core: bump axllent/mailpit from v1.27.9 to v1.27.10 in /tests/e2e (#17352)
  enterprise/providers/gws+entra: fix group integrity error during discovery (#17355)
  core, web: update translations (#17342)
  ci: bump snok/container-retention-policy from 2.2.1 to 3.0.1 (#17344)
  core: bump goauthentik.io/api/v3 from 3.2025100.18 to 3.2025100.20 (#17345)
  packages/django-dramatiq-postgres: broker: task retrieval fixes and improvements (#17335)
  enterprise/providers/gws+entra: fix integrity error during discovery (#17341)
  web: bump API Client version (#17340)
  api: Clean schema up more (#17055)
  ...
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant