From a57bab484c3e0ddd1bc3a9af286c650f1216f197 Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Mon, 5 Jun 2023 18:17:01 +0300 Subject: [PATCH] feat: Add FeedbackXBlock to the translation pipeline (#288) Refs: FC-0012 OEP-58 --- .github/workflows/extract-translation-source-files.yml | 1 + transifex.yml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/extract-translation-source-files.yml b/.github/workflows/extract-translation-source-files.yml index 31b4914c6f5..49562b9f453 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -48,6 +48,7 @@ jobs: - edx-bulk-grades - edx-ora2 - edx-proctoring + - FeedbackXBlock - RecommenderXBlock - xblock-drag-and-drop-v2 - xblock-free-text-response diff --git a/transifex.yml b/transifex.yml index 2d953e3f95b..9cb8528d88c 100644 --- a/transifex.yml +++ b/transifex.yml @@ -65,7 +65,6 @@ git: source_file_dir: translations/edx-ora2/openassessment/conf/locale/en/ translation_files_expression: 'translations/edx-ora2/openassessment/conf/locale//' - # edx-proctoring - filter_type: dir file_format: PO @@ -74,6 +73,14 @@ git: source_file_dir: translations/edx-proctoring/edx_proctoring/conf/locale/en/ translation_files_expression: 'translations/edx-proctoring/edx_proctoring/conf/locale//' + # FeedbackXBlock + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/FeedbackXBlock/feedback/conf/locale/en/ + translation_files_expression: 'translations/FeedbackXBlock/feedback/conf/locale//' + # frontend-app-account - filter_type: file file_format: KEYVALUEJSON