You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Break every string a component renders itself (labels, placeholders, ARIA
names, status text) out of the components into a default English dictionary
(src/i18n/messages.ts), read via useMessages(). Consumers translate the catalog
by wrapping in <MessagesProvider messages={locale}> — a PartialMessages dict
deep-merged (two levels) over the defaults. Explicit props (e.g. AppNav
searchPlaceholder, AiActions title) still override per-instance.
Wired: AppNav, MobileNav, SectionTabs, Sidebar, TableOfContents, CodeBlock/
CopyButton, AiActions, SupportMatrix, StatusBadge. Exues MessagesProvider,
useMessages, defaultMessages, Messages, PartialMessages.
Also: the nav search placeholder default is now "Search or ask" (was
"Search or ask AI…").
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments