Last-minute update for bitcoin/bitcoin#24434 and bitcoin/bitcoin#24401.
qt: English (source) translations update #24438
pull laanwj wants to merge 1 commits into bitcoin:master from laanwj:2022-02-translations-source-update changing 3 files +336 −324-
laanwj commented at 11:41 AM on February 24, 2022: member
-
38020c4f2e
qt: English (source) translations update
Last-minute update for bitcoin/bitcoin#24434 and bitcoin/bitcoin#24401.
- laanwj added the label GUI on Feb 24, 2022
- laanwj added this to the milestone 23.0 on Feb 24, 2022
-
jonatack commented at 12:28 PM on February 24, 2022: member
Light review ACK 38020c4f2eb6aae05a4745695f718034fb769c1b
at least, as far as I can tell. Unrelated, saw the following with
make translate(clang 15 and gcc 11)make translate GEN qt/bitcoinstrings.cpp protocol.h:379: warning: unterminated character constant util/strencodings.h:44: warning: unterminated character constant GEN translate /home/jon/projects/bitcoin/bitcoin/src/util/strencodings.h:44: Unterminated C++ character /home/jon/projects/bitcoin/bitcoin/src/protocol.h:379: Unterminated C++ character /home/jon/projects/bitcoin/bitcoin/src/protocol.h:359: Unbalanced opening brace in C++ code (or abuse of the C++ preprocessor) /home/jon/projects/bitcoin/bitcoin/src/qt/guiutil.cpp:800: Unterminated C++ character /home/jon/projects/bitcoin/bitcoin/src/qt/guiutil.cpp:803: Unterminated C++ character /home/jon/projects/bitcoin/bitcoin/src/qt/guiutil.cpp:804: Unterminated C++ character /home/jon/projects/bitcoin/bitcoin/src/qt/guiutil.cpp:807: Unterminated C++ character /home/jon/projects/bitcoin/bitcoin/src/qt/guiutil.cpp:800: Unbalanced opening parenthesis in C++ code (or abuse of the C++ preprocessor) Updating 'qt/locale/bitcoin_en.ts'... Found 1100 source text(s) (0 new and 1100 already existing) GEN translate -
laanwj commented at 12:55 PM on February 24, 2022: member
I think the warnings are harmless. They're thrown by
qtranslatewhen encountering constructions like1'000. I guess it hasn't been updated yet for new C++ syntax. As long as they don't happen on the same line astr()(making it possible to miss a message?) I think it doesn't matter. - fanquake approved
-
fanquake commented at 2:32 PM on February 24, 2022: member
ACK 38020c4f2eb6aae05a4745695f718034fb769c1b
- fanquake merged this on Feb 24, 2022
- fanquake closed this on Feb 24, 2022
- sidhujag referenced this in commit 2338943f75 on Feb 24, 2022
- fanquake deleted a comment on Feb 24, 2022
- DrahtBot locked this on Feb 24, 2023