-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Hi Guys,
I have a strange language problem... in Italian order confirmation messages, a text appears in English even though it was set to its Italian translation!
Perhaps the i18n language files have some problems with double quotes?
./vendor/magento/theme-frontend-luma/i18n/it_IT.csv:
"If you have questions about your order, you can email us at <a href=""mailto:%store_email"">%store_email</a>.","Se hai domande sul tuo ordine, puoi inviare una email a <a href=""mailto:%store_email"">%store_email</a>."
./vendor/magento/module-sales/i18n/it_IT.csv:
"If you have questions about your order, you can email us at <a href=""mailto:%store_email"">%store_email</a>","Se hai domande sul tuo ordine, puoi inviare una email a <a href=""mailto:%store_email"">%store_email</a>"
Now despite these two files; of MG CE v2.0.2, the messages arrive with this sentence yet in English :-(
Like this:
Any ideas or suggestions?
Thanks,
A.