문제

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 ?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top