mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(modality): rename "file" modality label "Data" -> "Files"
The fifth user-facing group is now Image, Video, Audio, PDF, Files (internal modality id stays "file"; section.ts "files" was already "Files"). Updates modality.ts label + comment, all 21 i18n locales (categories.data "Data Files"->"Files", modalities.documentsAndFiles "PDF & Data"->"PDF & Files", dead homePage.data), landing cards/hero search/tools filter, docs headings, and e2e modality-tab assertions (/^Data/ -> /^Files/, which had been failing).
This commit is contained in:
@@ -132,7 +132,7 @@ const TOOL_FIXTURE: Record<string, FixtureSpec> = {
|
||||
"convert-presentation": { buffer: PPTX, filename: "test.pptx" },
|
||||
"epub-convert": { buffer: EPUB, filename: "test.epub" },
|
||||
"ocr-pdf": PDF_FIX,
|
||||
// Data tools
|
||||
// File tools
|
||||
"csv-excel": CSV_FIX,
|
||||
"csv-json": CSV_FIX,
|
||||
"json-xml": { buffer: JSON_F, filename: "test.json" },
|
||||
|
||||
Reference in New Issue
Block a user