This is a plugin for easier management of translation files for projects that need to be translated into different languages. Translating large projects has never been so easy with your favorite IDE!
This plugin can be used for any project based on one of the formats and structures listed below.
- Download the .jar from the DOWNLOAD directory
- Go to your Webstorm and go to: settings > plugins
- Click on cogwheel and click on 'Install plugin from disk'
- Select the .jar to install it
- To setup the plugin go to: settings > tools > easy i18n
- Now Select preset 'tenants'' if you are in a tenant and 'select' components if you are in components
- Lastly select the directory where the translation file(s) are.
- E.g. for Components: "C:\Users(USER HERE)\WebstormProjects\Components\docs\src\directives\translationManager"
- E.g. for ScorionX: "C:\Users(USER HERE)\WebstormProjects\ScorionX\src\assets"
Plugin based on the IntelliJ Platform Plugin Template.