< gwillen> what is the difference between tr(...) and _(...).translated ?
< gwillen> which one is preferred, or does it depend?
< gwillen> is there a doc or a guide somewhere on how to deal with translation stuff, especially when adding or changing UI strings?
< hebasto> gwillen: tr() is for Qt code
< gwillen> thanks, I found https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md which only references tr() and does not mention _()
< gwillen> hmm, what does this mean for using strings from e.g. https://github.com/bitcoin/bitcoin/blob/master/src/util/error.cpp in the UI?
< 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> hebasto: Thanks
< 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.
< hebasto> totally agree
< bitcoin-git> [bitcoin] hebasto closed pull request #17836: build: Fix --with-gui configure option without argument (master...20191230-fix-withgui) https://github.com/bitcoin/bitcoin/pull/17836
< 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
< bitcoin-git> [bitcoin] rex4539 opened pull request #17839: [build] depends macOS: hide linker visibility warnings (master...hide-warnings) https://github.com/bitcoin/bitcoin/pull/17839
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8830cb58abc8...99813a9745fe
< bitcoin-git> bitcoin/master aaaaad6 MarcoFalke: scripted-diff: Bump copyright of files changed in 2019
< bitcoin-git> bitcoin/master 99813a9 fanquake: Merge #17829: scripted-diff: Bump copyright of files changed in 2019
< bitcoin-git> [bitcoin] fanquake merged pull request #17829: scripted-diff: Bump copyright of files changed in 2019 (master...1912-bumpC) https://github.com/bitcoin/bitcoin/pull/17829
< bitcoin-git> [bitcoin] fanquake closed pull request #15103: fix getentropy import check on osx (master...getentropy-weak) https://github.com/bitcoin/bitcoin/pull/15103
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99813a9745fe...35fff5be60e8
< bitcoin-git> bitcoin/master df97e59 Hennadii Stepanov: doc: Update dependencies.md
< bitcoin-git> bitcoin/master 35fff5b fanquake: Merge #17825: doc: Update dependencies.md
< bitcoin-git> [bitcoin] fanquake merged pull request #17825: doc: Update dependencies.md (master...20191229-update-dependencies) https://github.com/bitcoin/bitcoin/pull/17825
< fanquake> hebasto yes
< 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
< gribble> https://github.com/bitcoin/bitcoin/issues/16625 | scripts: remove github-merge.py by fanquake . Pull Request #16625 . bitcoin/bitcoin . GitHub
< fanquake> I'd like scripts like that to be moved somewhere else so we can forget about them and work on actual important stuff
< hebasto> agree
< bitcoin-git> [bitcoin] fanquake closed pull request #17792: 0.19: Backports (0.19...2019-12-backports) https://github.com/bitcoin/bitcoin/pull/17792