You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/v2.1/frontend-dev-guide/translations/xlate.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The Magento application enables you to localize your store for multiple regions
24
24
<h3id="translate_terms">Terms used</h3>
25
25
A *translation dictionary* is a comma-separated value (.csv) file with at least two columns: the original phrase in the `en_US` locale and a translation of that phrase in an another locale. Sample translation from English (`en_US`) to German (`de_DE`):
26
26
27
-
"Add to Cart","Zum Warenkobrn hinzufügen"
27
+
"Add to Cart","Zum Warenkorb hinzufügen"
28
28
"Add to Compare","Hinzufügen um zu vergleichen"
29
29
"Add to Wishlist","Zum Wunschzettel hinzufügen"
30
30
"Additional Product Info","Zusätzliche Angaben zum Produkt"
0 commit comments