Skip to content

Commit

Permalink
feat(AU-2115): use ATLAS_OPTIONS for pull_translations command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodra committed Jul 3, 2024
1 parent d71d705 commit 93ed14b
Showing 1 changed file with 1 addition 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

0 comments on commit 93ed14b

Please sign in to comment.