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

710 B

Task Group Translations

General translation structure

"{featureName}.{product}.{role}.taskGroups": {
      "{taskGroupName}": {
         "label": "",
         "taskPanels": {},
         "actionPanel": {}
      }
   }
}

Task Panel translations

{
    "{taskPanelName}": {
        "label": "",
        // some custom properties might be mentioned in the context as well
        // if there are subtasks
        "subtasks": {
            "{subTaskName}": {
                "title": "",
                "actionLabel: ""
            }
        }
    }
}

Action Panel translations

{
    "{actionPanelName}": {
        "title": "",
        "disabledHint": ""
    }
}