Files
gh-finstreet-fe-claude-plug…/skills/next-intl/reference/features/inquiry-process.md
2025-11-29 18:27:13 +08:00

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!