From 9b39f13214031682ebfdfaa923b1f1c85c0eebbc Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Tue, 9 May 2023 21:30:01 +0300 Subject: [PATCH] feat: Add edx-ace to the translation pipeline (#246) Refs: FC-0012 OEP-58 --- .github/workflows/extract-translation-source-files.yml | 1 + transifex.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/extract-translation-source-files.yml b/.github/workflows/extract-translation-source-files.yml index 2fab469ea0f..6f99c30735d 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -43,6 +43,7 @@ jobs: - course-discovery - credentials - DoneXBlock + - edx-ace - edx-ora2 - edx-proctoring - RecommenderXBlock diff --git a/transifex.yml b/transifex.yml index 399e9fca4f1..75843cad9a5 100644 --- a/transifex.yml +++ b/transifex.yml @@ -33,6 +33,14 @@ git: source_file_dir: translations/DoneXBlock/done/conf/locale/en/ translation_files_expression: 'translations/DoneXBlock/done/conf/locale//' + # edx-ace + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/edx-ace/edx_ace/conf/locale/en/ + translation_files_expression: 'translations/edx-ace/edx_ace/conf/locale//' + # edx-ora2 - filter_type: dir file_format: PO