Page MenuHomePhabricator

Mark translation files as @generated and update them
AbandonedPublic

Authored by jasonbcox on Apr 21 2020, 00:36.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

We've apparently never updated bitcoinstrings.cpp...

This patch adds the right @generated comment to these files so that Phabricator softly ignores
them during review and linting does not affect them.

This doesn't strictly depend on D5791, but good luck getting consistent output without it, so I'm adding it as a dependency.
Depends on D5791

Test Plan
../configure
make -j8
cd src
make translate

Diff Detail

Repository
rABC Bitcoin ABC
Branch
extract-str-gen
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10324
Build 18469: Default Diff Build & Tests
Build 18468: arc lint + arc unit