From 632e264ea01eb28b9e63a760121c023378fc608f Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Sun, 28 May 2023 16:10:40 +0300 Subject: [PATCH] feat: Add xblock-sql-grader to the translation pipeline This PR needs https://github.com/openedx/xblock-sql-grader/pull/100 before it's merged. 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 db8b8aa4ca6..a23317c2d68 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -52,6 +52,7 @@ jobs: - xblock-free-text-response - xblock-lti-consumer - xblock-qualtrics-survey + - xblock-sql-grader - xblock-submit-and-compare runs-on: ubuntu-latest continue-on-error: true diff --git a/transifex.yml b/transifex.yml index f900c89b950..9dabac18a54 100644 --- a/transifex.yml +++ b/transifex.yml @@ -267,6 +267,14 @@ git: source_file_dir: translations/xblock-qualtrics-survey/qualtricssurvey/conf/locale/en/ translation_files_expression: 'translations/xblock-qualtrics-survey/qualtricssurvey/conf/locale//' + # xblock-sql-grader + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/xblock-sql-grader/sql_grader/conf/locale/en/ + translation_files_expression: 'translations/xblock-sql-grader/sql_grader/conf/locale//' + # xblock-submit-and-compare - filter_type: dir file_format: PO