-
Notifications
You must be signed in to change notification settings - Fork 37.8k
qt: 28.0 translations update #30715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qt: 28.0 translations update #30715
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK a0cdf43
No diff running make -C src translate
on this PR.
ACK a0cdf43 |
See #30897. This has pulled broken strings. |
9132824 qt: 29.0 translations update (Hennadii Stepanov) Pull request description: This PR follows our [Release Process](https://github.com/bitcoin/bitcoin/blob/bd0ee07310c3dcdd08633c69eac330e2e567b235/doc/release-process.md) and concludes the translation-specific efforts for this release cycle. It follows two previous translation-related PRs, #31809 and bitcoin-core/gui#854. It is one of the steps required _before_ branch-off, as scheduled in #31029. The previous similar PR: #30715. **Notes for reviewers:** 1. This is the first release process conducted after migrating the build system to CMake. The [bitcoin-maintainer-tools/update-translations.py](https://github.com/bitcoin-core/bitcoin-maintainer-tools/blob/main/update-translations.py) tool, which is used to fetch translations from [Transifex.com](https://www.transifex.com/bitcoin/bitcoin), still generates the no-longer-needed `src/Makefile.qt_locale.include` file. Please ignore it. 2. The actual translations on Transifex is a moving target. Therefore, your diff after running [`bitcoin-maintainer-tools/update-translations.py`](https://github.com/bitcoin-core/bitcoin-maintainer-tools/blob/main/update-translations.py) might differ. 3. The translations for the following languages, which appear to be the result of a mistake or an act of vandalism, have been discarded: - Czech (cs) - Danish (da) - Dutch (nl) 4. Changes to the Thai (th) translation have been discarded due to multiple unsolicited pronunciation notes. ACKs for top commit: glozow: ACK 9132824 Tree-SHA512: 560dbd587eec563fa26f2ff07d950c2e86b89a7768deef7397aee80d527ad4b10c1f17d4abab6ecfcffd143e3a2d2a4e45b453197ad19c1a64087f98ab80ed4d
The 28.x branching off is scheduled for today, so it's time to fetch the recent translations from Transifex.com using the
bitcoin-maintainer-tools/update-translations.py
tool.A similar PR from the previous release cycle: #29546.