324d8c0244
Provide a reusable image and video library with folders, filters, search, pagination, favorites, upload targets, detail preview, contextual actions, and single or multi-select picker flows. Keep persistence, upload, storage, and reference resolution behind MediaProvider's MediaAdapter; export the block and register its English and Simplified Chinese catalogs. Include adapter-bound UI coverage.
18 lines
658 B
JSON
18 lines
658 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/media/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/**"]
|
|
}
|