Skip to content

Commit

Permalink
feat: Add credentials-themes to the translation pipeline (#383)
Browse files Browse the repository at this point in the history
This PR needs openedx/credentials-themes#613 before it's merged.

Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif authored Oct 25, 2023
1 parent 5ec358d commit 2eab5fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- completion
- course-discovery
- credentials
- credentials-themes
- DoneXBlock
- edx-ace
- edx-bulk-grades
Expand Down
8 changes: 8 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ git:
source_file_dir: translations/credentials/credentials/conf/locale/en/
translation_files_expression: 'translations/credentials/credentials/conf/locale/<lang>/'

# 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/<lang>/'

# DoneXBlock
- filter_type: dir
file_format: PO
Expand Down

0 comments on commit 2eab5fd

Please sign in to comment.