File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -63,37 +63,6 @@ docs/locale: $(TRANSLATIONS:.%=docs/locale/%)
6363pocount :
6464 find $(LOCALE_DIR ) -name LC_MESSAGES -exec pocount --incomplete --short " {}" +
6565
66- # ## Transifex
67-
68- .PHONY : clean_txconfig
69- clean_txconfig :
70- rm -f .tx/config
71- sphinx-intl create-txconfig
72-
73- .PHONY : update_txconfig
74- update_txconfig :
75- sphinx-intl update-txconfig-resources --transifex-organization-name $(TRANSIFEX_ORGANIZATION ) --transifex-project-name $(TRANSIFEX_PROJECT ) --pot-dir $(POT_DIR ) --locale-dir $(LOCALE_DIR )
76-
77- # Builds and pushes the .pot files (`source_file` in .tx/config) to Transifex.
78- .PHONY : push
79- push : extract
80- tx push -s
81-
82- force_push.% : extract
83- tx push -f -s -t -l $*
84-
85- # Also pushes the translation .po files (`file_filter` in .tx/config) to Transifex.
86- .PHONY : force_push
87- force_push : extract
88- tx push -f -s -t -l $(COMMA_SEPARATED_TRANSLATIONS )
89-
90- pull.% : FORCE
91- tx pull -f -l $*
92-
93- .PHONY : pull
94- pull :
95- tx pull -f -l $(COMMA_SEPARATED_TRANSLATIONS )
96-
9766# ## Current language
9867
9968# Create a symlink for the language, so that file paths in `jsonschema` directives resolve.
You can’t perform that action at this time.
0 commit comments