@blabu.com/phrase-tools

Script for Phrase translation service

Usage no npm install needed!

<script type="module">
  import blabuComPhraseTools from 'https://cdn.skypack.dev/@blabu.com/phrase-tools';
</script>

README

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