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`.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
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.
Friendly ping @jarolrod @johnny9 @pablomartin4btc :)
ACK 3d1bb1a122a037e966c2fb2e2113f0440edb8d93
Have zero-diff with 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
@hernanmarino check this guide (there's an ongoing small correction) and see this PR was done on the core repo recently as an example.
@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 ...
I think you don't need to run the python script cos that core PR I mentioned above was already merged on this 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):
git fetch origin pull/793/head
git checkout FETCH_HEAD
make -C depends -j $(nproc) MULTIPROCESS=1
./autogen.sh
./configure CONFIG_SITE=$PWD/depends/x86_64-pc-linux-gnu/share/config.site # Use the corresponding path if building on macOS
make -C src translate
git diff # must have an empty output
post-merge tACK 3d1bb1a122a037e966c2fb2e2113f0440edb8d93
no diff