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.
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.