Skip to content

translate: Updates for file locale/en/LC_MESSAGES/django.po in es#15818

Merged
authentik-automation[bot] merged 1 commit intomainfrom
translations_locale-en-lc-messages-django-po--main_es
Jul 28, 2025
Merged

translate: Updates for file locale/en/LC_MESSAGES/django.po in es#15818
authentik-automation[bot] merged 1 commit intomainfrom
translations_locale-en-lc-messages-django-po--main_es

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/es/LC_MESSAGES/django.po
Language Code es
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 'es'.
@transifex-integration transifex-integration bot requested review from a team as code owners July 28, 2025 13:04
@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.

@authentik-automation authentik-automation bot added the dependencies Pull requests that update a dependency file label Jul 28, 2025
@authentik-automation authentik-automation bot changed the title Updates for file locale/en/LC_MESSAGES/django.po in es translate: Updates for file locale/en/LC_MESSAGES/django.po in es Jul 28, 2025
@netlify
Copy link

netlify bot commented Jul 28, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 69b9977
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6887754b7dc05100075ca280

@authentik-automation authentik-automation bot enabled auto-merge (squash) July 28, 2025 13:04
@netlify
Copy link

netlify bot commented Jul 28, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 69b9977
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6887754bfb73860008877bdf

@netlify
Copy link

netlify bot commented Jul 28, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 69b9977
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6887754b569cea0008786d93

@codecov
Copy link

codecov bot commented Jul 28, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15818      +/-   ##
==========================================
+ Coverage   93.17%   93.22%   +0.05%     
==========================================
  Files         831      831              
  Lines       44251    44251              
==========================================
+ Hits        41230    41253      +23     
+ Misses       3021     2998      -23     
Flag Coverage Δ
e2e 46.64% <ø> (+0.07%) ⬆️
integration 23.46% <ø> (+<0.01%) ⬆️
unit 91.27% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@authentik-automation authentik-automation bot merged commit 90fe8a1 into main Jul 28, 2025
109 checks passed
@authentik-automation authentik-automation bot deleted the translations_locale-en-lc-messages-django-po--main_es branch July 28, 2025 13:23
@github-actions
Copy link
Contributor

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-69b9977ee75433b6439ec04e68fcd28b4c2f2fef
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-69b9977ee75433b6439ec04e68fcd28b4c2f2fef

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

kensternberg-authentik added a commit that referenced this pull request Aug 6, 2025
* main: (91 commits)
  *: replace Celery with Dramatiq (#13492)
  website/docs: stages/mtls: Clean up stage configuration section (#15753)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in es (#15818)
  website: bump the eslint group in /website with 2 updates (#15805)
  web: bump typedoc from 0.28.7 to 0.28.8 in /packages/esbuild-plugin-live-reload (#15809)
  core: bump axllent/mailpit from v1.27.1 to v1.27.2 in /tests/e2e (#15813)
  web: bump the rollup group across 1 directory with 4 updates (#15806)
  web: bump the eslint group across 3 directories with 2 updates (#15808)
  lifecycle/aws: bump cross-env from 7.0.3 to 10.0.0 in /lifecycle/aws (#15807)
  web: bump ts-pattern from 5.7.1 to 5.8.0 in /web (#15810)
  web: bump @sentry/browser from 9.41.0 to 9.42.0 in /web in the sentry group across 1 directory (#15811)
  web: Add support for placeholder in <ak-text-input> (#15795)
  providers/rac: fix incorrect caching (#15779)
  root: support for custom postgresql connection options (#15577)
  website: bump the build group in /website with 3 updates (#15784)
  web: bump @sentry/browser from 9.40.0 to 9.41.0 in /web in the sentry group across 1 directory (#15785)
  core: bump astral-sh/uv from 0.8.2 to 0.8.3 (#15786)
  lifecycle/aws: bump aws-cdk from 2.1021.0 to 2.1022.0 in /lifecycle/aws (#15787)
  core: bump twilio from 9.6.5 to 9.7.0 (#15788)
  revert: web: Font fixes (#15581) (#15789)
  ...
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