-
Notifications
You must be signed in to change notification settings - Fork 38.7k
[trivial] Misc cleanup and translations #6870
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
Conversation
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.
I'm not sure I agree removing the error prefix is a good idea.
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.
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.
Understood. Looks fine.
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.
@laanwj Fixed
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.