diff --git a/Makefile b/Makefile index cf1d6223..d0a18b22 100755 --- a/Makefile +++ b/Makefile @@ -41,17 +41,6 @@ detect_changed_source_translations: # Checking for changed translations... git diff --exit-code $(i18n) -# Pushes translations to Transifex. You must run make extract_translations first. -push_translations: - # Pushing strings to Transifex... - tx push -s - # Fetching hashes from Transifex... - ./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh - # Writing out comments to file... - $(transifex_utils) $(transifex_temp) --comments --v3-scripts-path - # Pushing comments to Transifex... - ./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh - pull_translations: rm -rf src/i18n/messages mkdir src/i18n/messages diff --git a/package-lock.json b/package-lock.json index 1763e71c..4b49970a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,6 @@ }, "devDependencies": { "@edx/browserslist-config": "1.2.0", - "@edx/reactifex": "1.1.0", "@openedx/frontend-build": "^14.6.2", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.3.1", @@ -2536,30 +2535,6 @@ "atlas": "atlas" } }, - "node_modules/@edx/reactifex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@edx/reactifex/-/reactifex-1.1.0.tgz", - "integrity": "sha512-tXIB+lxTKNsWeMrlJ+NXAiBgvuJ7OVLxzdGMPVYPOL8Xh3BJ/S7CC1/foV8iKl0859UwshLPTAUCOn4NhgGDvw==", - "dev": true, - "license": "MIT", - "dependencies": { - "axios": "^0.21.1", - "yargs": "^17.1.1" - }, - "bin": { - "edx_reactifex": "main.js" - } - }, - "node_modules/@edx/reactifex/node_modules/axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "dev": true, - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.14.0" - } - }, "node_modules/@edx/typescript-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@edx/typescript-config/-/typescript-config-1.1.0.tgz", diff --git a/package.json b/package.json index b820db7e..a36182f5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ }, "devDependencies": { "@edx/browserslist-config": "1.2.0", - "@edx/reactifex": "1.1.0", "@openedx/frontend-build": "^14.6.2", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.3.1",