authentik icon indicating copy to clipboard operation
authentik copied to clipboard

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

Open transifex-integration[bot] opened this issue 1 year ago • 5 comments

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

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.

github-actions[bot] avatar Sep 09 '24 10:09 github-actions[bot]

Deploy Preview for authentik-docs canceled.

Name Link
Latest commit 2c19430e51d7984c2b09fc1bea1a9acbdeb40212
Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66dec7d71fb5880008ad6730

netlify[bot] avatar Sep 09 '24 10:09 netlify[bot]

Deploy Preview for authentik-storybook canceled.

Name Link
Latest commit 2c19430e51d7984c2b09fc1bea1a9acbdeb40212
Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/66dec7d72256a50008dd3489

netlify[bot] avatar Sep 09 '24 10:09 netlify[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.75%. Comparing base (b0e5d59) to head (2c19430).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11292   +/-   ##
=======================================
  Coverage   92.74%   92.75%           
=======================================
  Files         736      736           
  Lines       36460    36460           
=======================================
+ Hits        33815    33817    +2     
+ Misses       2645     2643    -2     
Flag Coverage Δ
e2e 49.25% <ø> (+<0.01%) :arrow_up:
integration 24.98% <ø> (ø)
unit 90.21% <ø> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Sep 09 '24 10:09 codecov[bot]

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-2c19430e51d7984c2b09fc1bea1a9acbdeb40212
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-2c19430e51d7984c2b09fc1bea1a9acbdeb40212-arm64
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-2c19430e51d7984c2b09fc1bea1a9acbdeb40212

For arm64, use these values:

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-2c19430e51d7984c2b09fc1bea1a9acbdeb40212-arm64

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

github-actions[bot] avatar Sep 09 '24 10:09 github-actions[bot]