From 4feb4e6623926ace2e04aa86088ed0721c516d93 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 14 May 2026 09:21:27 +0100 Subject: [PATCH] docs(ui): document i18n report usage --- ui/AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/AGENTS.md b/ui/AGENTS.md index 765a89b9018..8925f7180e1 100644 --- a/ui/AGENTS.md +++ b/ui/AGENTS.md @@ -11,6 +11,7 @@ This directory owns Control UI-specific guidance that should not live in the rep - `ui/src/i18n/lib/types.ts` - `ui/src/i18n/lib/registry.ts` - Pipeline: update English strings and locale wiring here, then run `pnpm ui:i18n:sync` and commit the regenerated locale bundles plus `.i18n` metadata. +- Prioritization report: `pnpm ui:i18n:report [--surface ] [--locale ] [--top ]` shows current hardcoded-copy focus areas and locale fallback metadata. It is not a drift gate; use `pnpm ui:i18n:check` for that. - If locale outputs drift, regenerate them. Do not manually translate or hand-maintain generated locale files by default. ## Scope