Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 670f2bc

Browse files
author
Tana M Berry
authored
Merge pull request magento#835 from benmarks/patch-2
Finally retire most wonderful de_DE typo.
2 parents 97fad54 + cd5f27e commit 670f2bc

File tree

1 file changed

+1
-1
lines changed
  • guides/v2.1/frontend-dev-guide/translations

1 file changed

+1
-1
lines changed

guides/v2.1/frontend-dev-guide/translations/xlate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Magento application enables you to localize your store for multiple regions
2424
<h3 id="translate_terms">Terms used</h3>
2525
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`):
2626

27-
"Add to Cart","Zum Warenkobrn hinzufügen"
27+
"Add to Cart","Zum Warenkorb hinzufügen"
2828
"Add to Compare","Hinzufügen um zu vergleichen"
2929
"Add to Wishlist","Zum Wunschzettel hinzufügen"
3030
"Additional Product Info","Zusätzliche Angaben zum Produkt"

0 commit comments

Comments
 (0)