aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-02-16 12:24:51 +0000
committerfanquake <fanquake@gmail.com>2024-02-16 12:24:59 +0000
commitdfff8ee02e270c1a7b26c534eab0029622acd9f9 (patch)
tree2aee69f1f030b4481f589504014d892fd3ce827f /doc
parentbaed5edeb611d949982c849461949c645f8998a7 (diff)
parent3b0ec06d6228d965e9cf9121c5dd300da2a930ea (diff)
downloadbitcoin-dfff8ee02e270c1a7b26c534eab0029622acd9f9.tar.xz
Merge bitcoin/bitcoin#29414: doc: Update translation process guide
3b0ec06d6228d965e9cf9121c5dd300da2a930ea doc: Update translation_process.md (pablomartin4btc) Pull request description: Updating Transifex broken link and setup Transifex config file with a token. ACKs for top commit: hebasto: ACK 3b0ec06d6228d965e9cf9121c5dd300da2a930ea. hernanmarino: ACK 3b0ec06d6228d965e9cf9121c5dd300da2a930ea Tree-SHA512: fc8e537a7d244e2e5983763ff7bd017a796359b2baf2119809c2fa051f43ba8a7bcbf5aef0687bc86c8badf5abc4b67cf2e0252f9e2ee14cafb50612dd51f3f7
Diffstat (limited to 'doc')
-rw-r--r--doc/translation_process.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md
index 97a8fbfff2..e5ed7f4e0a 100644
--- a/doc/translation_process.md
+++ b/doc/translation_process.md
@@ -44,21 +44,7 @@ Visit the [Transifex Signup](https://www.transifex.com/signup/) page to create a
You can find the Bitcoin translation project at [https://www.transifex.com/bitcoin/bitcoin/](https://www.transifex.com/bitcoin/bitcoin/).
### Installing the Transifex client command-line tool
-The client is used to fetch updated translations. If you are having problems, or need more details, see [https://docs.transifex.com/client/installing-the-client](https://docs.transifex.com/client/installing-the-client)
-
-`pip install transifex-client`
-
-Setup your Transifex client config as follows. Please *ignore the token field*.
-
-```ini
-nano ~/.transifexrc
-
-[https://www.transifex.com]
-hostname = https://www.transifex.com
-password = PASSWORD
-token =
-username = USERNAME
-```
+The client is used to fetch updated translations. Please check installation instructions and any other details at https://developers.transifex.com/docs/cli.
The Transifex Bitcoin project config file is included as part of the repo. It can be found at `.tx/config`, however you shouldn’t need to change anything.