Skip to content

Commit

Permalink
feat: Add xblock-drag-and-drop-v2 to the translation pipeline (#146)
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif authored Apr 20, 2023
1 parent 0f40b7e commit 60ea19b
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
- RecommenderXBlock
- xblock-drag-and-drop-v2
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 @@ -185,3 +185,11 @@ git:
source_language: en
source_file: translations/studio-frontend/src/i18n/transifex_input.json
translation_files_expression: 'translations/studio-frontend/src/i18n/messages/<lang>.json'

# xblock-drag-and-drop-v2
- filter_type: dir
file_format: PO
source_file_extension: po
source_language: en
source_file_dir: translations/xblock-drag-and-drop-v2/drag_and_drop_v2/conf/locale/en/
translation_files_expression: 'translations/xblock-drag-and-drop-v2/drag_and_drop_v2/conf/locale/<lang>/'

0 comments on commit 60ea19b

Please sign in to comment.