translate

This commit is contained in:
sebseb7
2025-07-16 09:21:40 +02:00
parent 510907b48a
commit 08c04909e0
466 changed files with 7185 additions and 5018 deletions

View File

@@ -173,7 +173,7 @@ class Product extends Component {
zIndex: 1000
}}
>
NEU
{this.props.t ? this.props.t('product.new') : 'NEU'}
</div>
</div>
)}
@@ -240,7 +240,7 @@ class Product extends Component {
transformOrigin: 'top left'
}}
>
{floweringWeeks} Wochen
{floweringWeeks} {this.props.t ? this.props.t('product.weeks') : 'Wochen'}
</div>
)}

View File

@@ -476,6 +476,7 @@ class ProductList extends Component {
pictureList={product.pictureList}
availableSupplier={product.availableSupplier}
komponenten={product.komponenten}
t={this.props.t}
/>
</Grid>
))}