From 0cc376f679ae391a34dad2ff9308f00cb29acbcd Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Mon, 20 Nov 2023 09:48:15 +0300 Subject: [PATCH] feat: add missing repos to transifex.yml Refs: FC-0012 OEP-58 --- transifex.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/transifex.yml b/transifex.yml index b7f05a5c2b5..f58d31d2a07 100644 --- a/transifex.yml +++ b/transifex.yml @@ -49,6 +49,14 @@ git: source_file_dir: translations/DoneXBlock/done/conf/locale/en/ translation_files_expression: 'translations/DoneXBlock/done/conf/locale//' + # ecommerce + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/ecommerce/ecommerce/conf/locale/en/ + translation_files_expression: 'translations/ecommerce/ecommerce/conf/locale//' + # edx-ace - filter_type: dir file_format: PO @@ -65,6 +73,14 @@ git: source_file_dir: translations/edx-bulk-grades/bulk_grades/conf/locale/en/ translation_files_expression: 'translations/edx-bulk-grades/bulk_grades/conf/locale//' + # edx-enterprise + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/edx-enterprise/enterprise/conf/locale/en/ + translation_files_expression: 'translations/edx-enterprise/enterprise/conf/locale//' + # edx-ora2 - filter_type: dir file_format: PO @@ -73,6 +89,14 @@ git: source_file_dir: translations/edx-ora2/openassessment/conf/locale/en/ translation_files_expression: 'translations/edx-ora2/openassessment/conf/locale//' + # edx-platform + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/edx-platform/conf/locale/en/ + translation_files_expression: 'translations/edx-platform/conf/locale//' + # edx-proctoring - filter_type: dir file_format: PO