From 3139495e9f1c25cd99e171ca13525b1f287a85aa Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Thu, 27 Apr 2023 21:36:21 +0300 Subject: [PATCH] feat: Add xblock-submit-and-compare to the translation pipeline (#201) 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 7fddf54f12e..c16e6559825 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -46,6 +46,7 @@ jobs: - xblock-drag-and-drop-v2 - xblock-lti-consumer - xblock-qualtrics-survey + - xblock-submit-and-compare runs-on: ubuntu-latest continue-on-error: true needs: [setup-branch] diff --git a/transifex.yml b/transifex.yml index 5b5456f6ad7..8160ab3200e 100644 --- a/transifex.yml +++ b/transifex.yml @@ -217,3 +217,11 @@ git: source_language: en source_file_dir: translations/xblock-qualtrics-survey/qualtricssurvey/conf/locale/en/ translation_files_expression: 'translations/xblock-qualtrics-survey/qualtricssurvey/conf/locale//' + + # xblock-submit-and-compare + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/xblock-lti-consumer/lti_consumer/conf/locale/en/ + translation_files_expression: 'translations/xblock-lti-consumer/lti_consumer/conf/locale//'