File tree Expand file tree Collapse file tree 3 files changed +0
-386
lines changed Expand file tree Collapse file tree 3 files changed +0
-386
lines changed 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/%)
63
63
pocount :
64
64
find $(LOCALE_DIR ) -name LC_MESSAGES -exec pocount --incomplete --short " {}" +
65
65
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
-
97
66
# ## Current language
98
67
99
68
# 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