II.
Responsibility JSON
Structured · liveresponsibility:localization-management
Localization management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:localization-management",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-expanded.yaml",
"_cluster": "role",
"attributes": {
"displayName": "Localization management",
"cadence": "continuous",
"description": "Manage translation workflows, locale-specific content, and i18n string\nextraction. Ensure quality across supported languages and regions.\n"
},
"outgoingEdges": [
{
"from": "responsibility:localization-management",
"to": "role:product-manager",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:localization-management",
"to": "role:technical-writer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:localization-management",
"to": "role:frontend-engineer",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:localization-management",
"to": "skill-area:internationalization",
"kind": "requires_expertise",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "role:localization-engineer",
"to": "responsibility:localization-management",
"kind": "holds_responsibility"
},
{
"from": "role:localization-coordinator",
"to": "responsibility:localization-management",
"kind": "holds_responsibility"
},
{
"from": "workflow:localization-workflow",
"to": "responsibility:localization-management",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}