update transifex tool (#2434)

the old `tx` (written in Python) tool is sunset end nov22 [^1].

- installed the new `tx` tool (written in Go) according to
  https://developers.transifex.com/docs/cli

- ran `tx migrate` to update tx config files

`/scripts/tx-pull-translations.sh` etc. continue working as expected.

[^1]: https://github.com/transifex/transifex-client
This commit is contained in:
bjoern 2022-12-05 21:43:31 +01:00 committed by GitHub
parent f2e1503b52
commit b07f23674e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
[main] [main]
host = https://www.transifex.com host = https://www.transifex.com
lang_map = id:in, ja_JP:ja, nl_NL:nl, pt_BR:pt-rBR, zh_CN:zh-rCN, zh_TW:zh-rTW lang_map = id: in, ja_JP: ja, nl_NL: nl, pt_BR: pt-rBR, zh_CN: zh-rCN, zh_TW: zh-rTW
[delta-chat-app.stringsxml] [o:delta-chat:p:delta-chat-app:r:stringsxml]
file_filter = res/values-<lang>/strings.xml file_filter = res/values-<lang>/strings.xml
source_file = res/values/strings.xml source_file = res/values/strings.xml
source_lang = en source_lang = en
type = ANDROID type = ANDROID