aboutsummaryrefslogtreecommitdiff
path: root/doc/translation_process.md
diff options
context:
space:
mode:
authorpablomartin4btc <pablomartin4btc@gmail.com>2024-02-08 21:30:16 -0300
committerpablomartin4btc <pablomartin4btc@gmail.com>2024-02-14 21:39:39 -0300
commit3b0ec06d6228d965e9cf9121c5dd300da2a930ea (patch)
tree4d3d4ac65fca5635927ae9b00abb80fffc0d25ac /doc/translation_process.md
parent0b3202d8ef49f9f77d94eee47ad730b12e398b82 (diff)
downloadbitcoin-3b0ec06d6228d965e9cf9121c5dd300da2a930ea.tar.xz
doc: Update translation_process.md
Updating Transifex broken link and remove Transifex config file section as it has been outdated.
Diffstat (limited to 'doc/translation_process.md')
-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.