From db37863c85082ae9e0703240a944e297e6a9863d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 26 Sep 2022 16:43:22 +0000 Subject: [PATCH] root: add transifex config --- .github/transifex.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/transifex.yml diff --git a/.github/transifex.yml b/.github/transifex.yml new file mode 100644 index 000000000..0762c9541 --- /dev/null +++ b/.github/transifex.yml @@ -0,0 +1,15 @@ +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 placeholder + translation_files_expression: 'web/src/locales/.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 placeholder + translation_files_expression: 'locale//LC_MESSAGES/django.po'