mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
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:
parent
f2e1503b52
commit
b07f23674e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue