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