Skip to content

Commit b02792d

Browse files
committed
[BUGFIX] Fixed german translation "Warenkorbrn"
Warenkorbrn" is not really a german word. I corrected the translation. This phrase is also wrong in all Magento 1.x versions.
1 parent e4b6347 commit b02792d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/Catalog/i18n/de_DE.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Qty,Qty
1414
Action,Aktion
1515
Reset,Zurücksetzen
1616
Edit,Bearbeiten
17-
"Add to Cart","Zum Warenkobrn hinzufügen"
17+
"Add to Cart","Zum Warenkorb hinzufügen"
1818
"Images (.gif, .jpg, .png)","Images (.gif, .jpg, .png)"
1919
"First Name",Vorname
2020
"Last Name","Letzter Name"

app/code/Magento/Reports/i18n/de_DE.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Subtotal,Zwischensumme
1111
Discount,Discount
1212
Action,Aktion
1313
Total,Gesamtbetrag
14-
"Add to Cart","Zum Warenkobrn hinzufügen"
14+
"Add to Cart","Zum Warenkorb hinzufügen"
1515
Orders,Aufträge
1616
Bestsellers,Bestseller
1717
Customer,Kundenname

app/code/Magento/Sales/i18n/de_DE.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Total,Gesamt
3333
"Move to Wishlist","Auf Wunschzettel schreiben"
3434
Edit,Bearbeiten
3535
Item,Objekt
36-
"Add to Cart","Zum Warenkobrn hinzufügen"
36+
"Add to Cart","Zum Warenkorb hinzufügen"
3737
Sku,SKU
3838
"Order saving error: %1","Order saving error: %1"
3939
"You created the order.","You created the order."

app/code/Magento/Wishlist/i18n/de_DE.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Action,Action
77
"Are you sure that you want to remove this item?","Are you sure that you want to remove this item?"
88
Edit,Bearbeiten
99
"Remove item","Artikel löschen"
10-
"Add to Cart","Zum Warenkobrn hinzufügen"
10+
"Add to Cart","Zum Warenkorb hinzufügen"
1111
Delete,Delete
1212
Enabled,Enabled
1313
"We cannot add this item to your shopping cart.","We cannot add this item to your shopping cart."

0 commit comments

Comments
 (0)