From 814db21ee3bfef14e4ffe62b4882e6a5abf9c1ce Mon Sep 17 00:00:00 2001 From: Deimer Morales <105317492+DeimerM@users.noreply.github.com> Date: Fri, 6 Feb 2026 17:03:51 -0500 Subject: [PATCH 1/2] fix: add frontend component header translations --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d3ce5b5..61dbd75c 100755 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ 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 \ $(ATLAS_EXTRA_SOURCES) From 7ffa600b3c12f2b53372b3b1136ffe94d271f399 Mon Sep 17 00:00:00 2001 From: Deimer Morales <105317492+DeimerM@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:04:28 -0500 Subject: [PATCH 2/2] fix: added frontend-component-header intl imports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61dbd75c..da1c9809 100755 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ pull_translations: translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard \ $(ATLAS_EXTRA_SOURCES) - $(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard $(ATLAS_EXTRA_INTL_IMPORTS) + $(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-app-learner-dashboard $(ATLAS_EXTRA_INTL_IMPORTS) # This target is used by CI. validate-no-uncommitted-package-lock-changes: