Skip to content

Commit

Permalink
feat: Add more translations (related to #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Mar 5, 2024
1 parent eee76d4 commit 1c9614d
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/viur/shop/data/translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,45 @@
# "_default_text": "",
"_hint": "modulename: address",
},
"viur.shop.module.api": {
"en": "api",
"de": "API",
"_hint": "modulename: api",
},
"viur.shop.module.cart": {
"en": "cart",
"de": "Warenkorb",
"_hint": "modulename: cart",
},
"viur.shop.module.discount": {
"en": "discount",
"de": "Rabatte",
"_hint": "modulename: discount",
},
"viur.shop.module.discount_condition": {
"en": "discount conditions",
"de": "Rabatt Bedingungen",
"_hint": "modulename: discount_condition",
},
"viur.shop.module.order": {
"en": "order",
"de": "Bestellungen",
"_hint": "modulename: order",
},
"viur.shop.module.shipping": {
"en": "shipping",
"de": "Versand",
"_hint": "modulename: shipping",
},
"viur.shop.module.shipping_config": {
"en": "shipping_config",
"de": "Versandkonfiguration",
"_hint": "modulename: shipping_config",
},
"viur.shop.module.vat": {
"en": "vat",
"de": "Steuersätze",
"_hint": "modulename: vat",
},
}
"""Initial translaions used inside the shop"""
"""Initial translations used inside the shop"""

0 comments on commit 1c9614d

Please sign in to comment.