root: add translation for backend strings

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-09 20:07:28 +02:00
parent 5b7e1f97e0
commit 846c971674
3 changed files with 1662 additions and 0 deletions

View File

@ -27,6 +27,10 @@ lint:
bandit -r authentik tests lifecycle -x node_modules
pylint authentik tests lifecycle
i18n-extract:
./manage.py makemessages --ignore web --ignore internal --ignore web --ignore web-api --ignore website -l en
cd web && npm run extract
gen-build:
./manage.py spectacular --file schema.yml

View File

@ -338,6 +338,7 @@ USE_L10N = True
USE_TZ = True
LOCALE_PATHS = ['./locale']
# Celery settings
# Add a 10 minute timeout to all Celery tasks.

File diff suppressed because it is too large Load Diff