Question

-v 2.3 theme - luma locale - UK

I need to change 'excl tax' to 'excl vat' on my catalog/cart pages and believe I need to create a CSV file with the translation contained this file.

My question is that the doc pages say to have this file in app/design/frontend/{themepackage}/{themename} in my system I have app/design/frontend/Magento the Magento directory is empty.

The theme directory I have is in path vendor/magento. So where do I save the CSV file?

Was it helpful?

Solution

You can put it inside app/design/frontend/Magento/{luma/blank}/en_US/i18n/your_csv_file.csv

If Magento directory is empty create the {luma or blank} and the rest of the folder.
Then run upgrade command and redeploy static files.

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