Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ transifex_temp = ./temp/babel-plugin-formatjs

NPM_TESTS=build i18n_extract lint test

# Extra translation sources for plugin-specific strings
ATLAS_EXTRA_SOURCES = translations/frontend-plugin-learner-dashboard/src/i18n/messages:frontend-plugin-learner-dashboard
Comment thread
jajjibhai008 marked this conversation as resolved.
ATLAS_OPTIONS = --repository=edx/openedx-translations

.PHONY: test
test: $(addprefix test.npm.,$(NPM_TESTS)) ## validate ci suite

Expand Down Expand Up @@ -48,9 +52,10 @@ pull_translations:
translations/frontend-platform/src/i18n/messages:frontend-platform \
translations/paragon/src/i18n/messages:paragon \
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
translations/frontend-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard
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
$(intl_imports) frontend-platform paragon frontend-component-footer frontend-app-learner-dashboard frontend-plugin-learner-dashboard

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