diff options
author | fanquake <fanquake@gmail.com> | 2019-08-25 10:51:27 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-25 11:26:45 +0800 |
commit | db67101c748c208cced8e9b76a66d57cd48fbf6e (patch) | |
tree | 54937e223a6a03a5975b0bfd6788ac6a97be8d72 /doc | |
parent | 3ca514ddb77253042877d1a72dfd3021c3de2812 (diff) | |
parent | 3d50fe2c1fb566501257fc16d4606e06f518a0bb (diff) |
Merge #16665: scripts: move update-translations.py to maintainer-tools repo
3d50fe2c1fb566501257fc16d4606e06f518a0bb scripts: move update-translations.py to maintainer-tools repo (fanquake)
Pull request description:
As mentioned in [#16644](https://github.com/bitcoin/bitcoin/pull/16644#issuecomment-522481111), move the `update-translations.py` script out of the `bitcoin/bitcoin` repo. This script is run infrequently by maintainers, and aside from #16644, doesn't see many changes. If it is going to be changed, it probably shouldn't consume review bandwidth in bitcoin/bitcoin anyways.
PR adding the script to the maintainer-tools repo: https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/31
Could also move some other scripts, such as [`gen-manpages.sh`](https://github.com/bitcoin/bitcoin/blob/master/contrib/devtools/gen-manpages.sh).
ACKs for top commit:
laanwj:
ACK 3d50fe2c1fb566501257fc16d4606e06f518a0bb
Tree-SHA512: b68da68e2df0c1b3275729890a02726af602eb398507f0a03387a313a73e7629a06db57f3472a1dbcf9e11506e88a8f5f725a397a9ce6afef7627188c88d3d48
Diffstat (limited to 'doc')
-rw-r--r-- | doc/translation_process.md | 4 |
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 |