[trivial] Misc cleanup and translations#6870
Conversation
There was a problem hiding this comment.
I'm not sure I agree removing the error prefix is a good idea.
|
Can you also change the phrase "The Bitcoin Core Developers" to "The Bitcoin Core developers" in init.cpp, so we have consistent use of the phrase with the lower case letter in the code? See line 497 :) |
|
Not sure we need another commit to config.guess to pull in a typo change? It'll get pulled in when we update it again in a few months time. However if it is going to be merged, please fix the commit message, as there are no changes to config.sub |
|
ACK |
|
The config.guess file is from an external source and will get overwritten the next time @theuni pulls a new one. |
upstream commit 1e80063123b47b97d25dfeded8dd92a19dafab66
9dc8671 to
684ce60
Compare
src/init.cpp
Outdated
There was a problem hiding this comment.
I think errors relating directly to user options should be kept translated.
The point of https://github.com/bitcoin/bitcoin/blob/master/doc/translation_strings_policy.md#do-not-translate-internal-errors is to not translate overly technical internal errors, but errors caused directly by invalid input are not those.
684ce60 to
c824b12
Compare
Also update doc/translation_strings_policy.md
c824b12 to
040c0ea
Compare
Github-Pull: bitcoin#6870 Rebased-From: bf68191
Github-Pull: bitcoin#6870 Rebased-From: bf68191

Also, some Init(Error|Warning)s are no longer translated. This might be controversial and I will address feedback accordingly.