From e578b7b8d18ef6c174f9b6d995d5672d218f3889 Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Fri, 17 Nov 2023 19:23:07 +0300 Subject: [PATCH] feat: Add edx-enterprise to the translation pipeline (#2179) This PR needs https://github.com/openedx/edx-enterprise/pull/1751 before it's merged. Refs: FC-0012 OEP-58 --- .github/workflows/extract-translation-source-files.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/extract-translation-source-files.yml b/.github/workflows/extract-translation-source-files.yml index e31b1b91929..9f633c73740 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -38,6 +38,7 @@ jobs: 'ecommerce', 'edx-ace', 'edx-bulk-grades', + 'edx-enterprise', 'edx-ora2', 'edx-platform', 'edx-proctoring',