Skip to content

Commit 21aecb9

Browse files
authored
Merge pull request #43 from edx/dkaplan1/AU-2654_enable-use-of-local-translations-repo-with-improved-local-configuration-cherry-pick
feat: improved local translation handling
2 parents a0f01cb + aefa116 commit 21aecb9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ pull_translations:
4040
translations/frontend-component-header/src/i18n/messages:frontend-component-header \
4141
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
4242
translations/frontend-lib-special-exams/src/i18n/messages:frontend-lib-special-exams \
43-
translations/frontend-app-learning/src/i18n/messages:frontend-app-learning
43+
translations/frontend-app-learning/src/i18n/messages:frontend-app-learning \
44+
$(ATLAS_EXTRA_SOURCES)
4445

45-
$(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-lib-special-exams frontend-app-learning
46+
$(intl_imports) frontend-platform paragon frontend-component-header frontend-component-footer frontend-lib-special-exams frontend-app-learning $(ATLAS_EXTRA_INTL_IMPORTS)
4647

4748

4849
# This target is used by Travis.

0 commit comments

Comments
 (0)