Skip to content

Commit

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

Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed Jun 8, 2023
1 parent ac4c8ab commit 70b533a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
python_module_name: feedback
- repo_name: RecommenderXBlock
python_module_name: recommender
- repo_name: xblock-adventure
python_module_name: adventure
- repo_name: xblock-drag-and-drop-v2
python_module_name: drag_and_drop_v2
- repo_name: xblock-free-text-response
Expand All @@ -79,7 +81,6 @@ jobs:
python_module_name: sql_grader
- repo_name: xblock-submit-and-compare
python_module_name: submit_and_compare

runs-on: ubuntu-latest
continue-on-error: true
needs: [setup-branch]
Expand Down
8 changes: 8 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@ git:
source_file: translations/studio-frontend/src/i18n/transifex_input.json
translation_files_expression: 'translations/studio-frontend/src/i18n/messages/<lang>.json'

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

# xblock-drag-and-drop-v2
- filter_type: dir
file_format: PO
Expand Down

0 comments on commit 70b533a

Please sign in to comment.