< emilengler>
IIRC translations are only in bitcoin-qt
< emilengler>
But I could be wrong on this
< emilengler>
Ok, yes I'm wrong on this...
< emilengler>
gwillen: strprintf is used when there are vairables in the string
< emilengler>
Like %s means that the software will insert the string later
< gwillen>
for the transaction errors, it seems like ideally they could appear both in RPC and in the GUI
< gwillen>
but it sounds like RPC errors should not be translated and GUI errors should
< emilengler>
I think so
< emilengler>
I think a translated RPC system would make no sense as the commands tiself are in english and it is mostly used by power users who can speak english
< emilengler>
There we go, line 14: " * - in log and stderr: untranslated only"
< bitcoin-git>
[bitcoin] hebasto opened pull request #17837: build: Refactor out Qt version check macro (master...20191230-autoconf-qt-version-macro) https://github.com/bitcoin/bitcoin/pull/17837
< fanquake>
hebasto Instead of opening three very related PRs, that all touch the same file (and all conflict with each other), can you just combine them into one?
< hebasto>
fanquake: I did know in advance that will be three pulls ;)
< fanquake>
hebasto: that's fine. Just close the second two, and merge them into the first.
< hebasto>
fanquake: will do
< fanquake>
I'd assume all these changes you'd want to be testing at the same time anyways. It'll also save on doing gitian builds over and over.
< bitcoin-git>
[bitcoin] hebasto closed pull request #17837: build: Refactor out Qt version check macro (master...20191230-autoconf-qt-version-macro) https://github.com/bitcoin/bitcoin/pull/17837
< hebasto>
fanquake: done
< fanquake>
hebasto thanks
< bitcoin-git>
[bitcoin] kallewoof opened pull request #17838: test: test the >10 UTXO case for output groups (master...191231-test-avoidreuse-many-utxos) https://github.com/bitcoin/bitcoin/pull/17838
< hebasto>
What kind of consent should there be in the community to do this?
< hebasto>
Or should I just submit a pr for that?
< fanquake>
Agreement that 600 lines of copyright header "management" bash doesn't belong in the same repository as (in an ideal world would only be) bitcoin core protocol development
< fanquake>
See #16625 for when I moved the merge script over