Initial commit
This commit is contained in:
23
skills/next-intl/reference/features/inquiry-process.md
Normal file
23
skills/next-intl/reference/features/inquiry-process.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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!
|
||||
Reference in New Issue
Block a user