Skip to content

Commit

Permalink
feat: Enabled translations for frontend-enterprise repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif authored and OmarIthawi committed May 28, 2024
1 parent be753e5 commit 651a6fa
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 @@ -89,6 +89,7 @@ jobs:
'paragon',
'studio-frontend',
'frontend-app-learner-portal-enterprise',
'frontend-enterprise',
];
const allGenericRepos = [
Expand Down Expand Up @@ -314,7 +315,6 @@ jobs:
max-parallel: 1
matrix:
# repos missing extract_translations target in makefile:
# * frontend-enterprise?
# * frontend-build?
# * frontend-app-learner-portal-programs
# * frontend-component-cookie-policy-banner
Expand Down
7 changes: 7 additions & 0 deletions transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,13 @@ git:
source_file: translations/frontend-app-learner-portal-enterprise/src/i18n/transifex_input.json
translation_files_expression: 'translations/frontend-app-learner-portal-enterprise/src/i18n/messages/<lang>.json'

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

# paragon
- filter_type: file
file_format: KEYVALUEJSON
Expand Down

0 comments on commit 651a6fa

Please sign in to comment.