File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ transifex_temp = ./temp/babel-plugin-formatjs
1212
1313NPM_TESTS =build i18n_extract lint test
1414
15+ # Extra translation sources for plugin-specific strings
16+ ATLAS_EXTRA_SOURCES = translations/frontend-plugin-learner-dashboard/src/i18n/messages:frontend-plugin-learner-dashboard
17+ ATLAS_OPTIONS = --repository=edx/openedx-translations
18+
1519.PHONY : test
1620test : $(addprefix test.npm.,$(NPM_TESTS ) ) # # validate ci suite
1721
@@ -48,9 +52,10 @@ pull_translations:
4852 translations/frontend-platform/src/i18n/messages :frontend-platform \
4953 translations/paragon/src/i18n/messages :paragon \
5054 translations/frontend-component-footer/src/i18n/messages :frontend-component-footer \
51- translations/frontend-app-learner-dashboard/src/i18n/messages :frontend-app-learner-dashboard
55+ translations/frontend-app-learner-dashboard/src/i18n/messages :frontend-app-learner-dashboard \
56+ $(ATLAS_EXTRA_SOURCES)
5257
53- $(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard
58+ $(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard frontend-plugin -learner-dashboard
5459
5560# This target is used by CI.
5661validate-no-uncommitted-package-lock-changes :
You can’t perform that action at this time.
0 commit comments