6af4d7b798
- move block messages beside appearance, chats, layout, navigation, and notification features\n- publish independently tree-shakeable catalogs for eight locales per block\n- localize controllers and leaf labels without rerendering surrounding interactive components\n- support descriptor-backed navigation labels, translated breadcrumbs, and compact-label truncation\n- add catalog composition helpers and coverage for reusable block consumers
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
import type { ChatMessageCatalog } from "./catalogs"
|
|
|
|
export const locale = "ja"
|
|
export const languageTag = "ja-JP"
|
|
export const messages = {
|
|
"blocks.chats.title": "チャット",
|
|
} as const satisfies ChatMessageCatalog
|