Page MenuHomePhabricator

gui: Stop translating PACKAGE_NAME
ClosedPublic

Authored by deadalnix on Apr 21 2020, 15:35.

Details

Summary
  • 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

Test Plan
make translate

It seems like I have parasites changes in there, so somethign may still be borken on my end.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Apr 21 2020, 16:46
This revision was automatically updated to reflect the committed changes.