Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 748 Bytes

Hathor Wallet Mobile

Install

npm install

npm run node-hack

Run

npm run ios to open on iOS simulator, or npm run ios -- --simulator "iPhone 11"

To list all available simulators, use xcrun simctl list devices.

Run linter

npm run lint

Translations

We use the ttag lib for i18n. Check out the docs here.

Run npm run locale-update-pot to update the pot file (locale/texts.pot).

Run msgmerge pt-br/texts.po texts.pot -o pt-br/texts.po to merge a pot file with a po file.

Finally, run make i18n to compile all po files to json files.

License

Code released under the MIT license.