Skip to content

Commit

Permalink
feat: Add ecommerce to the translation pipeline
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Nov 13, 2023
1 parent a1e9ae0 commit ce16f98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
'credentials',
'credentials-themes',
'DoneXBlock',
'ecommerce',
'edx-ace',
'edx-bulk-grades',
'edx-ora2',
Expand Down Expand Up @@ -181,6 +182,10 @@ jobs:
repository: openedx/${{ matrix.repo }}
path: translations/${{ matrix.repo }}

- name: Avoid committing translations into the `openedx-translations` other than source
find translations/${{ matrix.repo }}/conf/locale -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} \;
mkdir -p translations/${{ matrix.repo }}/conf/locale/en/LC_MESSAGES

# Sets up Python
- name: setup python
uses: actions/setup-python@v4
Expand Down

0 comments on commit ce16f98

Please sign in to comment.