This PR updates the src/qt/locale/bitcoin_en.xlf
translation source file according to the Release schedule for 27.0.
Note for reviewers: it is expected to get a zero diff after running make -C src translate
locally.
This PR updates the src/qt/locale/bitcoin_en.xlf
translation source file according to the Release schedule for 27.0.
Note for reviewers: it is expected to get a zero diff after running make -C src translate
locally.
The diff is produced by running `make -C src translate`.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | jarolrod |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
ACK 3d1bb1a122a037e966c2fb2e2113f0440edb8d93
Have zero-diff with this pr
@hernanmarino check this guide (there’s an ongoing small correction) and see this PR was done on the core repo recently as an example.
I read the guide (and your PR) and it doesn´t mention what branches/commits/files to diff
I performed a diff on th PR branch after the make instructions and master and found several differences but I am obviously doing something wrong …
gui
repo before this PR and since this PR is now merged too, you would need to perform just the make
command on master
before this PR.
I’m a little late but, in order to collaborate with this in the future what exactly should I be diffing ? between what branches/ files ? Thanks
Thank you for your interest!
Here are all steps to verify this PR (and similar ones in the future):
0git fetch origin pull/793/head
1git checkout FETCH_HEAD
2make -C depends -j $(nproc) MULTIPROCESS=1
3./autogen.sh
4./configure CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site # Use the corresponding path if building on macOS
5make -C src translate
6git diff # must have an empty output
post-merge tACK 3d1bb1a122a037e966c2fb2e2113f0440edb8d93
no diff