Skip to content

Commit

Permalink
feat: Add edx-ora2 to the translation pipeline (openedx#244)
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 3ce1aea commit 2827ae4
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:
- course-discovery
- credentials
- DoneXBlock
- edx-ora2
- 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 @@ -33,6 +33,14 @@ git:
source_file_dir: translations/DoneXBlock/done/conf/locale/en/
translation_files_expression: 'translations/DoneXBlock/done/conf/locale/<lang>/'

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

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

0 comments on commit 2827ae4

Please sign in to comment.