From acbeef438bbf6e5bdba1fb0a0f0e02bc63c103f4 Mon Sep 17 00:00:00 2001 From: Jeppe Bundgaard Date: Thu, 19 Mar 2026 12:17:05 +0100 Subject: [PATCH] Add "add_to_cart" translations for multiple locales (sv, de, no, en, da) in POS strings. --- src/i18n/locales/da.json | 1 + src/i18n/locales/de.json | 1 + src/i18n/locales/en.json | 1 + src/i18n/locales/no.json | 1 + src/i18n/locales/sv.json | 1 + 5 files changed, 5 insertions(+) diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json index 17482f7b..35950c5b 100644 --- a/src/i18n/locales/da.json +++ b/src/i18n/locales/da.json @@ -2468,6 +2468,7 @@ "pos": { "add_note": "Tilføj note", "add_to_order": "Tilføj til ordre", + "add_to_cart": "Tilføj til kurv", "addon": { "included": "Inkludert", "title": "Tilvalg" diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json index 6ec4f7b2..fbc8168a 100644 --- a/src/i18n/locales/de.json +++ b/src/i18n/locales/de.json @@ -2468,6 +2468,7 @@ "pos": { "add_note": "Notiz hinzuf?gen", "add_to_order": "Zum Auftrag hinzuf?gen", + "add_to_cart": "In den Warenkorb", "addon": { "included": "Inkludert", "title": "Zusatz" diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 73430927..a124cbae 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -2468,6 +2468,7 @@ "pos": { "add_note": "Add note", "add_to_order": "Add to order", + "add_to_cart": "Add to cart", "addon": { "included": "Included", "title": "Add-on" diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json index 858e01a1..29909b84 100644 --- a/src/i18n/locales/no.json +++ b/src/i18n/locales/no.json @@ -2463,6 +2463,7 @@ "pos": { "add_note": "Legg til notat", "add_to_order": "Lägg till i order", + "add_to_cart": "Legg i handlekurv", "addon": { "included": "Inkludert", "title": "Tillegg" diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json index 2f8c56ca..7d663394 100644 --- a/src/i18n/locales/sv.json +++ b/src/i18n/locales/sv.json @@ -2463,6 +2463,7 @@ "pos": { "add_note": "Lägg till anteckning", "add_to_order": "Lägg till i order", + "add_to_cart": "Add to cart", "addon": { "included": "Inkludert", "title": "Tillegg"