trnalsate

This commit is contained in:
sebseb7
2025-07-16 10:37:13 +02:00
parent a8c77e1107
commit 65611865c8
25 changed files with 254 additions and 54 deletions

View File

@@ -101,7 +101,7 @@ class PrerenderProduct extends React.Component {
React.createElement(
Typography,
{ variant: 'h6', color: 'text.secondary' },
'Artikelnummer: '+product.articleNumber+' '+(product.gtin ? ` | GTIN: ${product.gtin}` : "")
(this.props.t ? this.props.t('product.articleNumber') : 'Artikelnummer')+': '+product.articleNumber+' '+(product.gtin ? ` | GTIN: ${product.gtin}` : "")
),
React.createElement(
Box,