Skip to content

Commit

Permalink
feat(AU-2115): use ATLAS_OPTIONS for pull_translations command (#225)
Browse files Browse the repository at this point in the history
* feat(AU-2115): use ATLAS_OPTIONS for pull_translations command

* feat(AU-2115): add @edx/openedx-atlas dependency
  • Loading branch information
Rodra authored Jul 18, 2024
1 parent ddac446 commit fa42311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export TRANSIFEX_RESOURCE = frontend-app-ora
transifex_langs = "ar,fr,es_419,zh_CN"

intl_imports = ./node_modules/.bin/intl-imports.js
transifex_utils = ./node_modules/.bin/transifex-utils.js
Expand Down Expand Up @@ -53,7 +52,7 @@ 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-app-ora/src/i18n/messages:frontend-app-ora
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@edx/brand": "npm:@edx/brand-edx.org@2.1.3",
"@edx/frontend-lib-special-exams": "^3.1.0",
"@edx/frontend-platform": "8.1.0",
"@edx/openedx-atlas": "^0.6.0",
"@edx/react-unit-test-utils": "^3.0.0",
"@edx/tinymce-language-selector": "1.1.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
Expand Down

0 comments on commit fa42311

Please sign in to comment.