Skip to content

Commit

Permalink
feat: Add edx-proctoring to the translation pipeline
Browse files Browse the repository at this point in the history
This PR needs openedx/edx-proctoring#1124 before it's merged.

Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Apr 27, 2023
1 parent 071f311 commit 6da47fd
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 @@ -42,6 +42,7 @@ jobs:
- course-discovery
- credentials
- DoneXBlock
- edx-proctoring
- RecommenderXBlock
- xblock-drag-and-drop-v2
- xblock-lti-consumer
Expand Down
8 changes: 8 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ git:
source_file_dir: translations/DoneXBlock/done/conf/locale/en/
translation_files_expression: 'translations/DoneXBlock/done/conf/locale/<lang>/'

# edx-proctoring
- filter_type: dir
file_format: PO
source_file_extension: po
source_language: en
source_file_dir: translations/edx-proctoring/edx_proctoring/conf/locale/en/
translation_files_expression: 'translations/edx-proctoring/edx_proctoring/conf/locale/<lang>/'

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

0 comments on commit 6da47fd

Please sign in to comment.