From 3ce1aea1ddd9325b44505e356abf27f016b4873e Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Tue, 9 May 2023 18:25:05 +0300 Subject: [PATCH] feat: Add completion to the translation pipeline (#242) 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 c16e6559825..402aebea472 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -39,6 +39,7 @@ jobs: max-parallel: 1 matrix: repo: + - completion - course-discovery - credentials - DoneXBlock diff --git a/transifex.yml b/transifex.yml index 8160ab3200e..7442670456e 100644 --- a/transifex.yml +++ b/transifex.yml @@ -1,6 +1,14 @@ git: filters: + # completion + - filter_type: dir + file_format: PO + source_file_extension: po + source_language: en + source_file_dir: translations/completion/completion/conf/locale/en/ + translation_files_expression: 'translations/completion/completion/conf/locale//' + # course-discovery - filter_type: dir file_format: PO