aboutsummaryrefslogtreecommitdiff
path: root/doc/translation_process.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-08-20 11:14:00 +0800
committerfanquake <fanquake@gmail.com>2019-08-20 11:14:00 +0800
commit3d50fe2c1fb566501257fc16d4606e06f518a0bb (patch)
treedf69663de3cfb886b32da6ecde3c7eb0ad5aa800 /doc/translation_process.md
parente00ecb3d7aaee463643e486ca03c318e192b8058 (diff)
downloadbitcoin-3d50fe2c1fb566501257fc16d4606e06f518a0bb.tar.xz
scripts: move update-translations.py to maintainer-tools repo
Diffstat (limited to 'doc/translation_process.md')
-rw-r--r--doc/translation_process.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/translation_process.md b/doc/translation_process.md
index b9a10b6527..7212105f35 100644
--- a/doc/translation_process.md
+++ b/doc/translation_process.md
@@ -65,9 +65,9 @@ username = USERNAME
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.
### Synchronising translations
-To assist in updating translations, we have created a script to help.
+To assist in updating translations, a helper script is available in the [maintainer-tools repo](https://github.com/bitcoin-core/bitcoin-maintainer-tools).
-1. `python contrib/devtools/update-translations.py`
+1. `python3 ../bitcoin-maintainer-tools/update-translations.py`
2. `git add` new translations from `src/qt/locale/`
3. Update `src/qt/bitcoin_locale.qrc` manually or via
```bash