- locale-install.test.js: verify locale:uk-ua resolves to docs-uk-ua,
the uk alias dry-run resolves the same plan, and a real (non-dry-run)
--locale uk-UA install lands files under docs/uk-UA
- install-manifests.test.js: assert every SUPPORTED_LOCALES alias
resolves to a real component whose modules exist on disk, guarding
against orphaned locale:<id> entries like the one this PR fixes
- Rebase Ukrainian README structure onto the current English source
(previously based on v2.0.0/v2.1)
- Preserve existing translated prose for unchanged sections
- Translate newly added sections: Plan Canvas, self-host Kimi with
Itô compute, expanded security/hooks guidance, and the upcoming
2.2 guided setup notice
- Rename the Ukrainian locale identifier from ua-UA/ua to uk-UA,
with uk kept as a short alias
- Update directory (docs/ua-UA -> docs/uk-UA), README links, and
all component/module IDs accordingly
- Add locale:uk-ua entry to install-components.json, replacing the
orphaned locale:ua entry that had no matching component
- Add docs-uk-ua entry to install-modules.json, pointing to
docs/uk-UA
Fixes "Unknown install component" error triggered by the previous
locale:ua entry.