This commit is contained in:
2026-01-30 00:17:46 +01:00
parent 51565fdf41
commit 14b2f83971
121 changed files with 121 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ export function DatasheetDocument(props: { model: DatasheetModel; assets: Assets
const headerTitle = model.labels.datasheet;
// Dense tables require compact headers (no wrapping). Use standard abbreviations.
const firstColLabel = model.locale === 'de' ? 'Adern & QS' : 'Cores & CS';
const firstColLabel = model.locale === 'de' ? 'Adern & Querschnitt' : 'Cores & Cross-section';
return (
<Document>