diff --git a/Makefile b/Makefile index 352e6ec01..d85ddd926 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,10 @@ pull_translations: translations/paragon/src/i18n/messages:paragon \ translations/frontend-component-header/src/i18n/messages:frontend-component-header \ translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ - translations/frontend-app-profile/src/i18n/messages:frontend-app-profile + translations/frontend-app-profile/src/i18n/messages:frontend-app-profile \ + translations/frontend-essentials/src/i18n/messages:frontend-essentials - $(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-profile + $(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-profile frontend-essentials # This target is used by Travis. validate-no-uncommitted-package-lock-changes: