Hi, I want to translate the flowable-modeler application, but for some parts, I can not find the correct place to do the translation. For example, the process items in the left column and the property names of a process, I searched all over the files but I cannot get the location of those strings.
@ziwenzhao those are located stencilset_bpmn.json
and stencilste_cmmn.json
. However, they are not localizable at the moment. They are loaded through the StencilSetResource
.
We won’t mind getting a PR to make this localizable
Thanks for you reply. I will consider about it.