Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: tutor-mfe compatiblilty for atlas pull (#368)
Browse files Browse the repository at this point in the history
- install atlas
 - remove `--filter` to pull all languages by default
 - use ATLAS_OPTIONS to allow custom `--filter`
 - include frontend-platform in `atlas pull`
  • Loading branch information
OmarIthawi authored Feb 2, 2024
1 parent 2a35e69 commit 66456f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ pull_translations:
rm -rf src/i18n/messages
mkdir src/i18n/messages
cd src/i18n/messages \
&& atlas pull --filter=$(transifex_langs) \
&& atlas pull $(ATLAS_OPTIONS) \
translations/frontend-component-footer/src/i18n/messages:frontend-component-footer \
translations/frontend-component-header/src/i18n/messages:frontend-component-header \
translations/frontend-platform/src/i18n/messages:frontend-platform \
translations/paragon/src/i18n/messages:paragon \
translations/frontend-app-ecommerce/src/i18n/messages:frontend-app-ecommerce

$(intl_imports) frontend-component-header frontend-component-footer paragon frontend-app-ecommerce
$(intl_imports) frontend-component-header frontend-component-footer frontend-platform paragon frontend-app-ecommerce
endif

# This target is used by CI.
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@edx/frontend-component-footer": "^12.2.1",
"@edx/frontend-component-header": "^4.6.0",
"@edx/frontend-platform": "^5.5.4",
"@edx/openedx-atlas": "^0.6.0",
"@edx/paragon": "^20.32.0",
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-brands-svg-icons": "6.1.2",
Expand Down

0 comments on commit 66456f6

Please sign in to comment.