24 lines
611 B
Markdown
24 lines
611 B
Markdown
# Inquiry Process Translations
|
|
|
|
```json
|
|
"{featureName}.{product}.{role}": {
|
|
"progressBar": {
|
|
"groups": {
|
|
"{groupName}": "Group Translation"
|
|
},
|
|
"steps": {
|
|
"{stepName}": "StepName Translation"
|
|
},
|
|
},
|
|
"{steps}": { // <-- Add one object for each step that is provided
|
|
"title": "StepTitle",
|
|
"description": "Description",
|
|
"fields": {} // add this in preparation
|
|
}
|
|
}
|
|
```
|
|
|
|
# Inquiry Process Form / Step
|
|
|
|
The inquiry process will have multiple steps which each are a single form. Add the translations to the fields for the steps that are already prepared!
|