Download link

Download our CLI from NPM

Context

It can be sometimes useful to generate the translations locally when implementing a new feature. For instance to test the feature in many languages without having to create a Pull Request yet.

How it works

Run prismy generate from your terminal. Prismy then identifies new translations and edits your files locally, letting you test your feature in multiple languages immediately. CLI to generate translations locally

Installation

First thing to do is to generate an API key from your settings. Then, configure Prismy by plugging your repository, defining the location of your translations files. Install the CLI and you are ready !