Question

We bought a theme and installed our local language files.

We are missing the translation of a line: $title = __('Products you might like!')

Its located in app/code/THEMENAME/AjaxCart/Block/Ui/Related.php

How do I figure out, what da_dk.xxx.xx.xx.csv file + what I should call the line in the csv file:

"Products you might like!", "Produkter du måske man slide!", x, y ?

Was it helpful?

Solution

language csv file name should be EN_us.csv or SV_se.csv format. Language code with country code. You can put the csv file in app/design/theme/i18n location. you can ommit x, y column in csv.

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