flowable / flowable/flowable-engine

Use key value at stencilset_bpmn.json (flowable-ui-modeler/flowable-ui-modeler-logic)

Open
#388 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
7h 8m
Merged PRs (30d)
2

Description

The stencilset_bpmn.json use the English Names and description at BPM elements and properties definitions (see: name and description at the code bellow)

"propertyPackages" : [ {
"name" : "process_idpackage",
"properties" : [ {
"id" : "process_id",
"type" : "String",
"title" : "**Process identifier**",
"value" : "process",
"description" : "**Unique identifier of the process definition.**",
"popular" : true
} ]

to provide translation to the properties and BPM elements, this names and descriptions needs to be overited by a key, that be mapped at the i18n in the _flowable-ui-modeler-app/src/main/webapp/i18n/_ like

"propertyPackages" : [ {
"name" : "process_idpackage",
"properties" : [ {
"id" : "process_id",
"type" : "String",
"title" : "**PROP.PROCESS_IDENTIFIER.TITLE**",
"value" : "process",
"description" : "**PROP.PROCESS_IDENTIFIER.DESCRIPTION**",
"popular" : true
} ]

I would like to help to resolve this issues. Are you agree with this solution?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.