Skip to content

Commit

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

Refs: FC-0012 OEP-58
  • Loading branch information
shadinaif committed May 28, 2023
1 parent a312ba0 commit 632e264
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 @@ -52,6 +52,7 @@ jobs:
- xblock-free-text-response
- xblock-lti-consumer
- xblock-qualtrics-survey
- xblock-sql-grader
- xblock-submit-and-compare
runs-on: ubuntu-latest
continue-on-error: true
Expand Down
8 changes: 8 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,14 @@ git:
source_file_dir: translations/xblock-qualtrics-survey/qualtricssurvey/conf/locale/en/
translation_files_expression: 'translations/xblock-qualtrics-survey/qualtricssurvey/conf/locale/<lang>/'

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

# xblock-submit-and-compare
- filter_type: dir
file_format: PO
Expand Down

0 comments on commit 632e264

Please sign in to comment.