Magento 1.6.2.0 — en_GB translate.csv isn't translating -
i'm trying alter occurrences of shipping & handling in magento site shipping & handling (incl.tax).
i had search around , found needed create new translate.csv file , put in folder:
/app/design/frontend/package/theme/locale/en_gb/
so, created translate.csv file following inside:
"shipping & handling";"shipping & handling (incl.tax)" "shipping & handling";"shipping & handling (incl.tax)"
and uploaded /app/design/frontend/package/theme/locale/en_gb/
i cleared magento cache , refreshed translation doesn't work, know problem is?
thanks
have specified english (great britain) in locale options setting in admin area?
if no, need go system -> configuration, choose needed store view , find locale options section under general tab. next, locale drop-down, select right 1 (the first comes language, second – country, example, canadian english english (canada)).
also need use comma (,) separator not ;
"shipping & handling","your text goes here"
Comments
Post a Comment