npm install
npm run node-hack
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
.
npm run lint
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.
Code released under the MIT license.