Skip to content

Commit

Permalink
feat: Add xblock-lti-consumer to the translation pipeline (#151)
Browse files Browse the repository at this point in the history
Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif authored Apr 25, 2023
1 parent 754c1e4 commit e9f9b8c
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 @@ -44,6 +44,7 @@ jobs:
- DoneXBlock
- RecommenderXBlock
- xblock-drag-and-drop-v2
- xblock-lti-consumer
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 @@ -201,3 +201,11 @@ git:
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>/'

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

0 comments on commit e9f9b8c

Please sign in to comment.