flowable / flowable/flowable-engine
Use key value at stencilset_bpmn.json (flowable-ui-modeler/flowable-ui-modeler-logic)
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Lies flowable-ui-modeler/flowable-ui-modeler-logic/stencilset_bpmn.json und prüfe die vorhandenen Dateien unter flowable-ui-modeler-app/src/main/webapp/i18n/. Vergleiche die aktuellen Namen der BPM-Elemente und -Eigenschaften mit dem vorgeschlagenen Format für Übersetzungsschlüssel. Als erledigt gilt die Aufgabe, wenn die relevanten Titel und Beschreibungen Schlüssel verwenden, die für die Übersetzung hinterlegt sind.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- internationalization
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 28/100