chore: even more i18n and no end in sight

This commit is contained in:
2026-02-21 13:24:03 +01:00
parent 0082291fa4
commit e5088d06e8
8 changed files with 262 additions and 43 deletions

View File

@@ -40,9 +40,32 @@ describe('Phase 1 i18n hardcoded literals', () => {
file: 'src/renderer/components/Editor/Editor.tsx',
literals: ['Save Failed', 'Post published', 'Media not found', 'title="Quick Actions"'],
},
{
file: 'src/renderer/components/SettingsView/SettingsView.tsx',
literals: [
'Manage the available categories for blog posts. Each post can have one category that determines its display template.',
'Configure the AI chat assistant that helps you manage your blog content.',
'Rebuild Media Database',
'Rebuild Post Links',
'Regenerate Thumbnails',
'Open Data Folder',
'Open Folder',
],
},
{
file: 'src/renderer/components/ImportAnalysisView/ImportAnalysisView.tsx',
literals: ['Loading import definition...', 'Import name...', 'Select & Analyze', 'Import completed successfully!'],
literals: [
'Loading import definition...',
'Import name...',
'Select & Analyze',
'Import completed successfully!',
'Categories & Tags',
'Analyze with...',
'Map to...',
'Clear mapping',
'Used in:',
'(no parameters)',
],
},
];