Skip to content

Commit 289abad

Browse files
authored
Merge pull request #114 from openedx/feanil/remove-reactifex-packages
feanil/remove reactifex packages
2 parents 8d97839 + 7932d75 commit 289abad

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ detect_changed_source_translations:
4343
# Checking for changed translations...
4444
git diff --exit-code $(i18n)
4545

46-
# Pushes translations to Transifex. You must run make extract_translations first.
47-
push_translations:
48-
# Pushing strings to Transifex...
49-
tx push -s
50-
# Fetching hashes from Transifex...
51-
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
52-
# Writing out comments to file...
53-
$(transifex_utils) $(transifex_temp) --comments --v3-scripts-path
54-
# Pushing comments to Transifex...
55-
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
56-
5746
ifeq ($(OPENEDX_ATLAS_PULL),)
5847
# Pulls translations from Transifex.
5948
pull_translations:

package-lock.json

Lines changed: 0 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"devDependencies": {
4646
"@edx/browserslist-config": "^1.1.1",
4747
"@edx/frontend-platform": "^8.3.0",
48-
"@edx/reactifex": "^2.1.1",
4948
"@openedx/frontend-build": "^14.3.1",
5049
"@openedx/paragon": "^23.3.0",
5150
"@testing-library/dom": "^10.4.0",

src/i18n/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This folder is needed to extract translations.

0 commit comments

Comments
 (0)