From ddf3d9ccd5a016ba84b6bae8830eb2be00cc1f64 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sun, 23 Jul 2023 20:02:30 +0300 Subject: [PATCH] feat: include paragon in atlas pull 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). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbfc8245..533c7f26 100755 --- a/Makefile +++ b/Makefile @@ -64,10 +64,11 @@ 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-app-learner-dashboard/src/i18n/messages:frontend-app-learner-dashboard - $(intl_imports) frontend-component-footer frontend-app-learner-dashboard + $(intl_imports) paragon frontend-component-footer frontend-app-learner-dashboard endif # This target is used by CI.