Skip to content

Commit 27d7c13

Browse files
authored
feat: add frontend-essentials trans to MK cmd (#5)
1 parent 8729f25 commit 27d7c13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ pull_translations:
4444
translations/paragon/src/i18n/messages:paragon \
4545
translations/frontend-component-header/src/i18n/messages:frontend-component-header \
4646
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
47-
translations/frontend-app-profile/src/i18n/messages:frontend-app-profile
47+
translations/frontend-app-profile/src/i18n/messages:frontend-app-profile \
48+
translations/frontend-essentials/src/i18n/messages:frontend-essentials
4849

49-
$(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-profile
50+
$(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-profile frontend-essentials
5051

5152
# This target is used by Travis.
5253
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)