Update for Transifex.
After changing translator comments in #332 this update will show if Transifex triggers strings to be re-translated.
182 | @@ -189,7 +183,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s' 183 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"), 184 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"), 185 | QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"), 186 | -QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet…"), 187 | +QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
Strange, why is this changing back
Looks like bitcoin/bitcoin#20773 accidentally reverted this
yeah...
don't throw a stone at me, but a linter could help
Please no…
Fixed in the recent push.
-BEGIN VERIFY SCRIPT-
sed -i 's|_("Loading wallet...")|_("Loading wallet…")|' src/wallet/*.cpp
-END VERIFY SCRIPT-74 | @@ -75,12 +75,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" 75 | "Prune: last wallet synchronisation goes beyond pruned data. You need to -" 76 | "reindex (download the whole blockchain again in case of pruned node)"), 77 | QT_TRANSLATE_NOOP("bitcoin-core", "" 78 | -"SQLiteDatabase: Failed to prepare the statement to fetch sqlite wallet "
Nice, this definitely doesn't need to be translated.
ACK df4c81fda490e556775f6006f3d4f7d54f61073b
make translate gives me an empty diff
ACK df4c81fda490e556775f6006f3d4f7d54f61073b
Also get an empty diff after running make -C src translate.
In case of changing of translator comments, Transifex: