diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-05-29 18:49:44 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-05-30 14:23:35 +0200 |
commit | 3d4fa83587759095b7f0ccfe4075808098d4ae7f (patch) | |
tree | a64937b619cc45b8f3d30795fa36f7bbe8f0c914 /src/addrman.cpp | |
parent | 3a8e3f480612e29f5a8b208f31cedc687f66b9df (diff) |
Stop translating command line options
Many options are extremely technical, and refer internals, making it
difficult to translate usefully. This came up in discussion of e.g.
#10949. If a message is not understood by translators (which are
typically end-users, not developers) they'll either translate it
literally, making it harder to understand instead of easier, with the
added drawback of the user no longer being able to google it.
Also the translation was only working for bitcoin-qt as with
the console programs, there is no translation backend. So it was
injecting never-used translation messages for bitcoin-cli, -tx.
For these reasons, stop translating options help completely. This should
not affect the output **in any way** except for bitcoin-qt when a
non-English language is configured in the locale.
This implements #10962.
Diffstat (limited to 'src/addrman.cpp')
0 files changed, 0 insertions, 0 deletions