From 2b1c56e8500217d052bc6b60240dc669d939713c Mon Sep 17 00:00:00 2001 From: Deimer Morales <105317492+DeimerM@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:46:43 -0500 Subject: [PATCH] fix: include frontend component header translation (#793) [Ulmo backport] (#800) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4db73f..62a206f 100755 --- a/Makefile +++ b/Makefile @@ -47,10 +47,11 @@ pull_translations: && atlas pull $(ATLAS_OPTIONS) \ translations/frontend-platform/src/i18n/messages:frontend-platform \ 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-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard - $(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard + $(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-learner-dashboard # This target is used by CI. validate-no-uncommitted-package-lock-changes: