Question

I want to translate the totals row in Magento 2 in the order e-mail.

The strings are: Shipping & Handling / Grand Total. I edited both in the i18N file, but it doesn't change in the email. I have flushed the cache and runned a reindex.

I can't find the template wherein this string is located. If I know where that one is, maybe I'll find the right words to translate.

Was it helpful?

Solution

I've found the code wherein the strings are placed: vendor/magento/module-sales/Block/Order

I translated them, now it works!

OTHER TIPS

You should be able to do it in your theme in a csv with a translation dictionary

http://devdocs.magento.com/guides/v2.0/frontend-dev-guide/translations/xlate.html

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top