Skip to content

Commit

Permalink
feat: extract from frontend-platform (#3556)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi authored Feb 2, 2024
1 parent d623b1f commit c1637f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
'frontend-component-header',
'frontend-lib-content-components',
'frontend-lib-special-exams',
'frontend-platform',
'paragon',
'studio-frontend',
];
Expand Down Expand Up @@ -305,7 +306,6 @@ jobs:
max-parallel: 1
matrix:
# repos missing extract_translations target in makefile:
# * frontend-platform
# * frontend-enterprise?
# * frontend-app-learner-portal-enterprise
# * frontend-build?
Expand Down
7 changes: 7 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@ git:
source_file: translations/frontend-lib-special-exams/src/i18n/transifex_input.json
translation_files_expression: 'translations/frontend-lib-special-exams/src/i18n/messages/<lang>.json'

# frontend-platform
- filter_type: file
file_format: KEYVALUEJSON
source_language: en
source_file: translations/frontend-platform/src/i18n/transifex_input.json
translation_files_expression: 'translations/frontend-platform/src/i18n/messages/<lang>.json'

# paragon
- filter_type: file
file_format: KEYVALUEJSON
Expand Down

0 comments on commit c1637f0

Please sign in to comment.