Have a Process Model that implements the <i18n:Translation>
extension and has <i18n:Translation>
elements already in it?
Then this is the right plugin for you. This plugin will load the defined language translations for all BPMN items:
Usage:
- The plugin will determine what (if any) languages have
<i18n:Translation>
extensions in your model - A Green Languages dropdown will appear on the canvas
- Choose whatever language you want.
- Your model will be displayed in that language
Put this directory into the plugins
directory of the Camunda Modeler and you're ready to go.
If there are translations in your model, you can select the language from the dropdown and your model will be displayed in that language.
NOTE: This plugin will not provide translations but will only display translations that already exist in your model.
If you're interested in how to create your own plugins see the documentation and this example.