Skip to content

Commit c9e2591

Browse files
committed
build: Remove Transifex
1 parent 4da118f commit c9e2591

File tree

3 files changed

+0
-386
lines changed

3 files changed

+0
-386
lines changed

.tx/config

Lines changed: 0 additions & 351 deletions
This file was deleted.

include/common.mk

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -63,37 +63,6 @@ docs/locale: $(TRANSLATIONS:.%=docs/locale/%)
6363
pocount:
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.

0 commit comments

Comments
 (0)