Skip to content

Commit

Permalink
feat: Add credentials-themes to the translation pipeline
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 committed Sep 21, 2023
1 parent 3829e58 commit dbca334
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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
10 changes: 9 additions & 1 deletion 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 Expand Up @@ -80,7 +88,7 @@ git:
source_language: en
source_file_dir: translations/FeedbackXBlock/feedback/conf/locale/en/
translation_files_expression: 'translations/FeedbackXBlock/feedback/conf/locale/<lang>/'

# frontend-app-account
- filter_type: file
file_format: KEYVALUEJSON
Expand Down

0 comments on commit dbca334

Please sign in to comment.