From e9400f9a9e743f9827e2d26fe38f06c818f4dabc Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 26 Sep 2022 16:46:31 +0000 Subject: [PATCH] root: fix transifex config --- .github/transifex.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/transifex.yml b/.github/transifex.yml index 0762c9541..6f3e2b055 100644 --- a/.github/transifex.yml +++ b/.github/transifex.yml @@ -1,15 +1,16 @@ -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' +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 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'