Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/app-elements/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ const en = {
"order.market.id": "market",
"order.shipments_count": "number of shipments",
"order.shipping_address.country_code": "shipping address country code",
"order.subtotal_after_discount_cents": "subtotal after discount",
"order.subtotal_amount_cents": "subtotal amount cents",
"order.tags.name": "order tag name",
"order.total_amount_cents": "total amount cents",
Expand Down
1 change: 1 addition & 0 deletions packages/app-elements/src/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ const it: typeof en = {
"order.market.id": "market",
"order.shipments_count": "numero di spedizioni",
"order.shipping_address.country_code": "codice del paese di spedizione",
"order.subtotal_after_discount_cents": "subtotale dopo lo sconto",
"order.subtotal_amount_cents": "subtotal amount cents",
"order.tags.name": "nome del tag dell'ordine",
"order.total_amount_cents": "total amount cents",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const presetPaths = [
"order.market.id",
"order.shipments_count",
"order.shipping_address.country_code",
"order.subtotal_after_discount_cents",
"order.subtotal_amount_cents",
"order.tags.name",
"order.total_amount_cents",
Expand Down
Loading