- build: Stop translating PACKAGE_NAME
- scripted-diff: Avoid passing PACKAGE_NAME for translation
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/\<\w+(::\w+)?\(PACKAGE_NAME\)/PACKAGE_NAME/g' $(git grep -l --extended-regexp '\<\w+(::\w+)?\(PACKAGE_NAME\)' src)
-END VERIFY SCRIPT-
- qt: Run «make translate» in ./src/
- util: No translation of Bitcoin Core in the copyright
This is a backport of Core PR16291
Depends on D5790