Node script for Phrase translation service
npm i @blabu.com/phrase-tools
Finds unmentioned keys in remote resources and deletes them so remote contains no extra keys.
- Setup your Phrase project – create Phrase config file
.phrase.yml
in your project. - Run command:
# dry run by default
phrase-tools prune
# pass false to make changes
phrase-tools prune --dry-run false