I18N - tooltips

HI,

Can you please tell me how to translate the tool tips of the element’s in the pallete for {type}.

We followed bpmn official example https://github.com/bpmn-io/bpmn-js-i18n.

‘Create {type}’: ‘创建 {type}’ - I want to translate the not just Create but also {type}.

‘Create {type}’: ‘创建 {type}’,
‘Start Event’: ‘开始事件’,
‘Create Gateway’:’’,
‘Annotation’:‘Annotation1’,
‘Create Intermediate/Boundary Event’: ‘创建 中间/边界事件’,
‘Append {type}’: ‘追加 {type}’,

let me know if you need more inputs

Which version of bpmn-js do you use?

Hi Nikku,

we are using bpmn-js - bpmn-modeler v3.5.0 .

Thanks
Vijay

I believe we shipped this feature with v4.0.0 of the library, cf. https://github.com/bpmn-io/bpmn-js/pull/1027.

Starting with that version you will be able to translate Create StartEvent.