I have no time to develop this plugin, so feel free to send pull request to this repo! :)
TransPlug is a simple plugin for JetBrains IDE (PhpStorm, WebStorm etc.) It provides easy way to manage translation files in your project.
- Prepare translation files. All translations should be in one dir. Filename should be like
locale-hereLangCode.json
for examplelocale-en.json
- Install plugin from JetBrains plugin repository.
- To open plugin window use key shortcut
ctrl+alt+shift+k
, or click on tab on bottom of the screen. - Click
settings
button and pass path for dir with translations (relative to project root). - Enjoy!
- JSON files support
- All translations shown in readable table
- Incomplete translations are marked
- Translation can be added and edited
- Plugin doesn't work properly when IDE has opened more then one project