Skip to content

Commit 7894263

Browse files
feat: add catalog MFE (#51029)
1 parent 2796cc2 commit 7894263

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/extract-translation-source-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
'frontend-app-publisher',
6666
'frontend-app-account',
6767
'frontend-app-authn',
68+
'frontend-app-catalog',
6869
'frontend-app-communications',
6970
'frontend-app-course-authoring',
7071
'frontend-app-discussions',

transifex.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ git:
142142
mode: onlyreviewed
143143
translation_files_expression: 'translations/frontend-app-authn/src/i18n/messages/<lang>.json'
144144

145+
# frontend-app-catalog
146+
- filter_type: file
147+
file_format: KEYVALUEJSON
148+
source_language: en
149+
source_file: translations/frontend-app-catalog/src/i18n/transifex_input.json
150+
mode: onlyreviewed
151+
translation_files_expression: 'translations/frontend-app-catalog/src/i18n/messages/<lang>.json'
152+
145153
# frontend-app-communications
146154
- filter_type: file
147155
file_format: KEYVALUEJSON

0 commit comments

Comments
 (0)