Skip to content

Commit

Permalink
feat: Add edx-proctoring to the translation pipeline (#245)
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif authored May 9, 2023
1 parent 2827ae4 commit 19f71fe
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -44,6 +44,7 @@ jobs:
- credentials
- DoneXBlock
- edx-ora2
- edx-proctoring
- RecommenderXBlock
- xblock-drag-and-drop-v2
- xblock-lti-consumer
Expand Down
9 changes: 9 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ git:
source_file_dir: translations/edx-ora2/openassessment/conf/locale/en/
translation_files_expression: 'translations/edx-ora2/openassessment/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 19f71fe

Please sign in to comment.