From 5b0fd250925bbdcc8b2edf89af92d5a15f2d23d2 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sat, 22 Jul 2023 19:58:24 +0300 Subject: [PATCH] feat: include paragon in atlas pull This is a follow up to #341 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 07612de3..e5801301 100644 --- a/Makefile +++ b/Makefile @@ -68,9 +68,10 @@ pull_translations: && atlas pull --filter=$(transifex_langs) \ translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \ translations/frontend-component-header/src/i18n/messages:frontend-component-header \ + translations/paragon/src/i18n/messages:paragon \ translations/frontend-app-gradebook/src/i18n/messages:frontend-app-gradebook - $(intl_imports) frontend-component-header frontend-component-footer frontend-app-gradebook + $(intl_imports) paragon frontend-component-header frontend-component-footer frontend-app-gradebook endif # This target is used by CI.