This should fix #696 once translations are updated to reflect this change.
move \\n outside _() in --help #697
pull tcatm wants to merge 1 commits into bitcoin:master from tcatm:fix-help-translations changing 1 files +46 −46-
tcatm commented at 5:48 AM on December 13, 2011: none
-
move \\n outside _() in --help 43421af2e4
-
laanwj commented at 8:39 AM on December 13, 2011: member
I agree with this change; you haven't only moved the \n outside the translated message but the flags themselves as well. This is good, as it allows changing the flags and white-space without affecting translations.
But a change like this does mean that all the translations have to be changed as well :/ Anyone up for the task?
-
laanwj commented at 2:27 PM on December 16, 2011: member
I was wrong here -- the flags were already outside the translated text, it's just the \n that was moved out.
At least this makes it easier to fix up the other translations with a script.
-
laanwj commented at 2:57 PM on December 16, 2011: member
You do need to re-run
scripts/qt/extract_strings_qt.pyafter changing the strings in the core, so that the updated strings show up in the translations (are picked up by lupdate). -
gavinandresen commented at 10:08 PM on December 16, 2011: contributor
I'll write a little script to fix the translations.
Nils: how do changes get fed back into transifex?
- gavinandresen merged this on Dec 16, 2011
- gavinandresen closed this on Dec 16, 2011
-
tcatm commented at 11:21 PM on December 16, 2011: none
Changes to transifex: It should happen automagically (transifex is fetching the source file using a cronjob), but I can also force an update.
- ptschip referenced this in commit 62672829ad on Jul 21, 2017
- dexX7 referenced this in commit 2ffa1c0c40 on Jul 30, 2018
- DrahtBot locked this on Sep 8, 2021