We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b439d7 commit 2045854Copy full SHA for 2045854
Makefile
@@ -45,11 +45,11 @@ pull_translations:
45
mkdir src/i18n/messages
46
cd src/i18n/messages \
47
&& atlas pull $(ATLAS_OPTIONS) \
48
- translations/frontend-platform/src/i18n/messages:frontend-platform \
+ translations/frontend-base/src/i18n/messages:frontend-base \
49
translations/paragon/src/i18n/messages:paragon \
50
translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard
51
52
- $(intl_imports) frontend-platform paragon frontend-app-learner-dashboard
+ $(intl_imports) frontend-base paragon frontend-app-learner-dashboard
53
54
# This target is used by CI.
55
validate-no-uncommitted-package-lock-changes:
0 commit comments