phraseapp-helper
v1.0.6
Published
Utility functions to manage phrseapp keys and translations throughtout the project
Readme
Phrase app helper
Use this tool to find, download and upload translations.
Find translations
npm run translations:find
Run find translations it will create result.json file in the root of project. Check it and if everything is ok run the next script.
Upload translations
npm run translations:upload
Run upload translations after you check result.json file. It will upload it to Phraseapp and will delete the file result.json from your project.
Download translations
npm run translations:download
Run download translations script to update your local translations. It will save he and en translations.
