Commit Graph
6 Commits
Author SHA1 Message Date
Vladyslav Tezyk 225d4bfa1c fix: fix uk-UA link and complete npm publish surface. 2026-08-12 11:38:54 +02:00
Vladyslav Tezyk 6299905801 test(locale): cover uk-UA aliases, module lookup, and a clean install
- 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
2026-08-12 11:21:22 +02:00
Vladyslav Tezyk f3aad7b14d docs(uk-UA): sync translation with current v2.2.0 README
- 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
2026-08-12 09:58:21 +02:00
Vladyslav Tezyk e7533efabf fix(locale): rename ua-UA to canonical uk-UA and wire installer manifests
- 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.
2026-08-12 09:25:40 +02:00
Vladyslav Tezyk 75fb8a697d Merge remote-tracking branch 'upstream/main' 2026-08-12 09:03:00 +02:00
Vladyslav Tezyk 638456c7ca docs(ua):
- add ukrainian translation of README.md
- share ua doc link through all concerned readmes
2026-06-24 14:34:20 +02:00