Skip to content

Commit 2045854

Browse files
committed
fix: make pull_translations
1 parent 9b439d7 commit 2045854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ pull_translations:
4545
mkdir src/i18n/messages
4646
cd src/i18n/messages \
4747
&& atlas pull $(ATLAS_OPTIONS) \
48-
translations/frontend-platform/src/i18n/messages:frontend-platform \
48+
translations/frontend-base/src/i18n/messages:frontend-base \
4949
translations/paragon/src/i18n/messages:paragon \
5050
translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard
5151

52-
$(intl_imports) frontend-platform paragon frontend-app-learner-dashboard
52+
$(intl_imports) frontend-base paragon frontend-app-learner-dashboard
5353

5454
# This target is used by CI.
5555
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)