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 committed Nov 10, 2023
1 parent e97f7ae commit a4d1440
Show file tree
Hide file tree
Showing 6 changed files with 11,767 additions and 13,095 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 a4d1440

Please sign in to comment.