Files
webapp/i18n/locales/en/catalogOfferCard.json
Ruslan Bakiev 05c91ca352
Some checks failed
Build Docker Image / build (push) Failing after 7m43s
Show supplier/origin in offer cards
2026-02-05 20:21:36 +07:00

13 lines
287 B
JSON

{
"catalogOfferCard": {
"labels": {
"quantity_with_unit": "{quantity} {unit}",
"default_unit": "t",
"country_unknown": "Not specified",
"supplier_unknown": "Supplier",
"origin_label": "From",
"origin_unknown": "Origin not specified"
}
}
}