Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:13 +08:00
commit 5cb36ea0a1
25 changed files with 1377 additions and 0 deletions

View 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!