|
Translation CSV files, like everything else in Magento can take a bit of finding in that system's overwhelming directory structure.
The one you want is:
/app/design/frontend/default/[THEME]/locale/[LANG]/translate.csv
or if you need the core translation files:
/app/locale/[LANG]/
Remember that even if your site is in English you can use
the en_US locale files to substitute a different string than
the one the system spits out by default
e.g. Change "Checkout" to "Show me the money!" or such.
A random bit of usefulness.
__________________
RATE-MY-WEBSITE.com "Free website reviews by real web professionals" Please login or register to view this content. Registration is FREE
Last edited by TWD; 06-14-2011 at 02:27 AM..
|