cbf5ee784f
Register Lexical's English and Simplified Chinese catalogs in the application loader, import its global styles, and add the workspace dependency with its resolved lockfile graph.\n\nReplace the dashboard placeholder with a controlled rich-text editor demo that composes default actions, fixed and bubble toolbars, draggable blocks, generated HTML output, and reset behavior.
17 lines
610 B
JSON
17 lines
610 B
JSON
{
|
|
"sourceLocale": "en",
|
|
"locales": ["en", "zh-Hans"],
|
|
"catalogPath": "src/locales/{locale}/messages",
|
|
"catalogSources": [
|
|
"@workspace/ui/locales/{locale}",
|
|
"@workspace/blocks/appearance/locales/{locale}",
|
|
"@workspace/blocks/chats/locales/{locale}",
|
|
"@workspace/blocks/layout/locales/{locale}",
|
|
"@workspace/blocks/navigation/locales/{locale}",
|
|
"@workspace/blocks/notifications/locales/{locale}",
|
|
"@workspace/lexical/locales/{locale}"
|
|
],
|
|
"include": ["src", "../../packages/blocks/src", "../../packages/ui/src"],
|
|
"exclude": ["**/*.test.{ts,tsx}", "**/node_modules/**"]
|
|
}
|