From 2eab5fd9c4a4b7fe45ef88384fab3c150f226d80 Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Wed, 25 Oct 2023 23:37:28 +0300 Subject: [PATCH] feat: Add credentials-themes to the translation pipeline (#383) This PR needs https://github.com/openedx/credentials-themes/pull/613 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 9af2c28abc3..307e8957eb5 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -43,6 +43,7 @@ jobs: - completion - course-discovery - credentials + - credentials-themes - DoneXBlock - edx-ace - edx-bulk-grades diff --git a/transifex.yml b/transifex.yml index 64f22774013..b7f05a5c2b5 100644 --- a/transifex.yml +++ b/transifex.yml @@ -33,6 +33,14 @@ git: source_file_dir: translations/credentials/credentials/conf/locale/en/ translation_files_expression: 'translations/credentials/credentials/conf/locale//' + # credentials-themes + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/credentials-themes/edx_credentials_themes/conf/locale/en/ + translation_files_expression: 'translations/credentials-themes/edx_credentials_themes/conf/locale//' + # DoneXBlock - filter_type: dir file_format: PO