II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--desktop-i18n
specializations/desktop-development/desktop-i18n json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--desktop-i18n",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/desktop-i18n",
"description": "Desktop Internationalization (i18n) Implementation - Implement localization including string\nextraction, translation management, RTL support, locale-aware formatting, and language switching.",
"libraryPath": "library/specializations/desktop-development/desktop-i18n.js",
"specialization": "desktop-development",
"references": [
"- i18next: https://www.i18next.com/",
"- react-intl: https://formatjs.io/docs/react-intl/"
],
"example": "const result = await orchestrate('specializations/desktop-development/desktop-i18n', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n languages: ['en', 'es', 'fr', 'de', 'ja', 'ar'],\n defaultLanguage: 'en'\n});",
"usesAgents": [
"i18n-analyst",
"i18next-electron-setup",
"translation-string-extractor",
"translation-manager",
"rtl-developer",
"formatting-developer",
"language-switch-developer",
"i18n-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--desktop-i18n",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}