Remove fbt and I18n from app and extension.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCb770eba90ae9: [cashtab] Remove fbt and I18n from app and extension
npm install && npm run test && npm start
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cashtab-remove-intl
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16261 Build 32389: Build Diff cashtab-tests Build 32388: arc lint + arc unit
Event Timeline
Comment Actions
Looks good. This is an important step in preparation for upgrading to webpack 5 and continuing to simplify the dependency tree.
Because
(1) localization is not actively being used
(2) localization has not been looked at for about a year now
I think we should optimize and implement localization after we have upgraded webpack, rather than drag this through the process (and potentially pull it out later).