We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tx-push
1 parent c513e53 commit d293d64Copy full SHA for d293d64
Makefile
@@ -24,7 +24,7 @@ endif
24
25
TRANSIFEX_TOKEN ?= help
26
27
-.PHONY: all clean tx-push tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
+.PHONY: all clean tx-pull copy-locale build-mo build-gtk2 run-gtk2 build-qt5 run-qt5 deb-package tar-gtk2 tar-qt5
28
29
all: clean tx-pull build-mo build-gtk2 build-qt5 deb-package tar-gtk2 tar-qt5
30
@@ -34,10 +34,6 @@ clean:
34
@rm -f ./out/gtk2/* ./out/qt5/*
35
@rm -rf ./deb ./rpm ./tar ./dist
36
37
-tx-push:
38
- @echo "=== Pushing to Transifex"
39
-# Need to ask Ansgar how he pushes to Transifex
40
-
41
tx-pull:
42
@echo "=== Pulling from Transifex"
43
@TX_TOKEN=$(TRANSIFEX_TOKEN) ./extra/internationalization/tx pull -a
0 commit comments