feat: include paragon in atlas pull (#833)

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).
This commit is contained in:
Omar Al-Ithawi
2023-07-25 16:23:08 +03:00
committed by GitHub
parent 503b8b5176
commit 929a669cad

View File

@@ -62,11 +62,12 @@ pull_translations:
mkdir src/i18n/messages
cd src/i18n/messages \
&& atlas pull --filter=$(transifex_langs) \
translations/paragon/src/i18n/messages:paragon \
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
translations/frontend-component-header/src/i18n/messages:frontend-component-header \
translations/frontend-app-account/src/i18n/messages:frontend-app-account
$(intl_imports) frontend-component-header frontend-component-footer frontend-app-account
$(intl_imports) paragon frontend-component-header frontend-component-footer frontend-app-account
endif
# This target is used by Travis.