Skip to content

Commit bd04f02

Browse files
authored
feat: include paragon in atlas pull (#622)
This is a follow up to #612 This pull request is part of the [FC-0012 project](https://openedx.atlassian.net/l/cp/XGS0iCcQ) which is sparked by the [Translation Infrastructure update OEP-58](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0058-arch-translations-management.html#specification).
1 parent 7594d0e commit bd04f02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ pull_translations:
5454
mkdir src/i18n/messages
5555
cd src/i18n/messages \
5656
&& atlas pull --filter=$(transifex_langs) \
57+
translations/paragon/src/i18n/messages:paragon \
5758
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
5859
translations/frontend-component-header/src/i18n/messages:frontend-component-header \
5960
translations/frontend-template-application/src/i18n/messages:frontend-template-application
6061

61-
$(intl_imports) frontend-component-header frontend-component-footer frontend-template-application
62+
$(intl_imports) paragon frontend-component-header frontend-component-footer frontend-template-application
6263
endif

0 commit comments

Comments
 (0)