Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 519 Bytes

Node script for Phrase translation service

Install

npm i @blabu.com/phrase-tools

Prune translations

Finds unmentioned keys in remote resources and deletes them so remote contains no extra keys.

Usage:

  1. Setup your Phrase project – create Phrase config file .phrase.yml in your project.
  2. Run command:
# dry run by default
phrase-tools prune

# pass false to make changes
phrase-tools prune --dry-run false