Skip to content

web/xliff: fix duplicated translations#14164

Merged
rissson merged 1 commit intomainfrom
fix-duplicated-translations
Apr 22, 2025
Merged

web/xliff: fix duplicated translations#14164
rissson merged 1 commit intomainfrom
fix-duplicated-translations

Conversation

@rissson
Copy link
Member

@rissson rissson commented Apr 22, 2025

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Apr 22, 2025
@rissson rissson requested review from a team as code owners April 22, 2025 11:56
@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 Apr 22, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit a8055b1
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/680783e4840f0d0008ca00bc

@netlify
Copy link

netlify bot commented Apr 22, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit a8055b1
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/680783e489dca00008eb16a9
😎 Deploy Preview https://deploy-preview-14164--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 site configuration.

@rissson rissson enabled auto-merge (squash) April 22, 2025 11:57
@codecov
Copy link

codecov bot commented Apr 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.79%. Comparing base (bedf548) to head (a8055b1).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14164      +/-   ##
==========================================
+ Coverage   92.74%   92.79%   +0.05%     
==========================================
  Files         799      799              
  Lines       41232    41232              
==========================================
+ Hits        38241    38263      +22     
+ Misses       2991     2969      -22     
Flag Coverage Δ
e2e 47.77% <ø> (+0.07%) ⬆️
integration 24.10% <ø> (ø)
unit 90.60% <ø> (ø)

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.

@rissson rissson merged commit c82f747 into main Apr 22, 2025
90 checks passed
@rissson rissson deleted the fix-duplicated-translations branch April 22, 2025 12:13
@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-a8055b10a3789e034eb4665b3308e95b837f26e6
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-a8055b10a3789e034eb4665b3308e95b837f26e6

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

kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main: (49 commits)
  core: bump uvicorn from 0.34.1 to v0.34.2 (#14175)
  website/integrations: add xcreds (#14163)
  core, web: update translations (#14179)
  web: update default flow background (#14115)
  web: bump API Client version (#14176)
  enterprise/policies: Add Password Uniqueness History Policy (#13453)
  web/xliff: fix duplicated translations (#14164)
  website/docs: fix postgres pool recommended settings (#14149)
  core: bump astral-sh/uv from 0.6.14 to 0.6.16 (#14161)
  web: fix scrollbar styling (#12600)
  website: integrations: gravity: fix issuer URL (#14155)
  web: Packagify live reload plugin. (#14134)
  web: bump API Client version (#14062)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14146)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14145)
  core: bump goauthentik.io/api/v3 from 3.2025024.7 to 3.2025024.8 (#14143)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14144)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#14139)
  core, web: update translations (#14142)
  core: bump yarl from 1.19.0 to v1.20.0 (#14128)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants