II.
LibraryProcess overview
Reference · livelib-process:desktop-development--desktop-i18n
specializations/desktop-development/desktop-i18n overview
Desktop Internationalization (i18n) Implementation - Implement localization including string extraction, translation management, RTL support, locale-aware formatting, and language switching.
Attributes
displayName
specializations/desktop-development/desktop-i18n
description
Desktop Internationalization (i18n) Implementation - Implement localization including string
extraction, 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', {
projectName: 'MyDesktopApp',
framework: 'Electron',
languages: ['en', 'es', 'fr', 'de', 'ja', 'ar'],
defaultLanguage: 'en'
});
usesAgents
- i18n-analyst
- i18next-electron-setup
- translation-string-extractor
- translation-manager
- rtl-developer
- formatting-developer
- language-switch-developer
- i18n-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
Incoming edges
None.