translate
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user