b40caf12df
* core: bump node from 18 to 20 Bumps node from 18 to 20. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * bump node everywhere, fixup go ci Signed-off-by: Jens Langhammer <jens@goauthentik.io> * bump versions in docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
17 lines
684 B
YAML
17 lines
684 B
YAML
git:
|
|
filters:
|
|
- filter_type: file
|
|
# all supported i18n types: https://docs.transifex.com/formats
|
|
file_format: PO
|
|
source_language: en
|
|
source_file: web/src/locales/en.po
|
|
# path expression to translation files, must contain <lang> placeholder
|
|
translation_files_expression: "web/src/locales/<lang>.po"
|
|
- filter_type: file
|
|
# all supported i18n types: https://docs.transifex.com/formats
|
|
file_format: PO
|
|
source_language: en
|
|
source_file: locale/en/LC_MESSAGES/django.po
|
|
# path expression to translation files, must contain <lang> placeholder
|
|
translation_files_expression: "locale/<lang>/LC_MESSAGES/django.po"
|