Files
OmniRoute/changelog.d/fixes
Xiangzhe 66f97968c4 fix(i18n): complete Vietnamese translations for recently added UI strings (#9985)
Two gaps left the vi locale red on the release tip:

- 6cd4d38e21 (#11069) added 14 providers.harImport* keys (HAR-import UX
  for the m365 Copilot web flow) to en.json without vi translations, so
  key parity, ICU placeholder and ICU parse tests all failed on the same
  missing set. Added the 14 Vietnamese translations with the {minutes}
  ICU placeholder preserved verbatim.
- agentSkills.catalog.omni-webhooks.description carried a literal
  __MISSING__: fallback; replaced with a real Vietnamese translation,
  keeping technical event names (request.completed, request.failed,
  quota.exceeded) untouched.

tests/unit/i18n-vi-completeness.test.ts: 5/5 green.
2026-08-22 15:17:14 -03:00
..