Magento – Translation Checkout/Cart RWD Package

cartcheckout

I am new to Magento and setuped a shop on my local appache with the Magento_de install package. Everything worked fine for me excepting a few translation issues. I choosed the RWD package. Some I could fix by myself but I got a problem on the checkout page. Under the items in the cartlist there is a td with cart-footer-actions class. Inside this td you can find a link to clear the cart, a link to update the cart and a further one to shop on. In which template file I can find this markup?

Thanks for any responses

MOE

Best Answer

You shouldn't make translations directly in the template files. You should use Magento's translation files to translate to your language. You can find those files in

app/locale/yourlanguage_YOURLANGUAGE/

If your language isn't there, you probably can find your language pack somewhere on the internet (in Magento 1.9.0.1 a lot of languages were included). Translations are also available on Magento Connect.

As for the links you are trying to translate, a logical translation file to look for is Mage_Checkout.csv.

Don't forget to edit those translation files with an editor that can save in UTF-8 encoding. I always use Wordpad for this task.