make translate deletes nearly the whole src/qt/bitcoinstrings.cpp file because it's
looking for bitcoin-core and not bitcoin-abc.
Apparently we've never regenerated this file ever?
Differential D5790
core -> ABC in extract_strings_qt.py jasonbcox on Apr 21 2020, 00:04. Authored by
Details
make translate deletes nearly the whole src/qt/bitcoinstrings.cpp file because it's Apparently we've never regenerated this file ever? ../configure make -j8 cd src make translate arc lint Not committed with this patch, but there should be some sane output in bitcoinstrings.cpp
Diff Detail
Event TimelineComment Actions Do you have a sane output? Because I clearly don't. green anyway because this is obviously a step in the right direction.
Comment Actions Look good except the overzealous interpretation of @generated. You may want to splice it in in a way phab understands.
Comment Actions Both are still tagged as generated. As it turns out generate-seeds is too, so this is worth fixing: https://reviews.bitcoinabc.org/D3772#change-QXy06wMdqeAy |