flowable / flowable/flowable-engine
Use key value at stencilset_bpmn.json (flowable-ui-modeler/flowable-ui-modeler-logic)
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Leggi flowable-ui-modeler/flowable-ui-modeler-logic/stencilset_bpmn.json e ispeziona i file esistenti in flowable-ui-modeler-app/src/main/webapp/i18n/. Confronta i nomi attuali degli elementi e delle proprietà BPM con il formato proposto per le chiavi di traduzione. Il lavoro è completato quando i titoli e le descrizioni pertinenti utilizzano chiavi associate alla traduzione.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Ambito
- internationalization
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 28/100