From f899727f8d2751c1eeb192c0982a51c1953cb134 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 25 Jul 2023 18:22:15 +0300 Subject: [PATCH] feat: include paragon in atlas pull (#811) 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 409df8c..bb265fc 100644 --- a/Makefile +++ b/Makefile @@ -61,11 +61,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-header/src/i18n/messages:frontend-component-header \ translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ translations/frontend-app-profile/src/i18n/messages:frontend-app-profile - $(intl_imports) frontend-component-header frontend-component-footer frontend-app-profile + $(intl_imports) paragon frontend-component-header frontend-component-footer frontend-app-profile endif # This target is used by Travis.