Skip to content

Commit

Permalink
feat!: remove Transifex calls for OEP-58
Browse files Browse the repository at this point in the history
  • Loading branch information
hopewise authored and OmarIthawi committed Mar 17, 2024
1 parent 1ea9233 commit b43744b
Show file tree
Hide file tree
Showing 5 changed files with 9,741 additions and 17,003 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ dist/

# edx
.env.private
src/i18n/
temp/
src/i18n/messages

5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
transifex_utils = ./node_modules/.bin/transifex-utils.js
intl_imports = ./node_modules/frontend-platform-shim/node_modules/.bin/intl-imports.js
intl_imports = ./node_modules/.bin/intl-imports.js


i18n = ./src/i18n
transifex_input = $(i18n)/transifex_input.json
Expand Down Expand Up @@ -60,4 +61,4 @@ pull_translations:
&& atlas pull \
translations/paragon/src/i18n/messages:paragon \
translations/frontend-app-admin-portal/src/i18n/messages:frontend-app-admin-portal
$(intl_imports) paragon frontend-app-admin-portal
$(intl_imports) paragon
Loading

0 comments on commit b43744b

Please sign in to comment.