How to translate Magento extension¶
To translate any our extensions into another language you need to do the following:
- Create the folder for necessary language in the folder
app/locale
on your server. For instance, for German website it will be forapp/locale/de_DE/
- Copy the Module_Name.csv from
app/locale/en_US/Module_Name.csv
toapp/locale/de_DE/Module_Name.csv
- Each line contains the original value, the comma as the separator and the translated vaule. Change only the translated value after the comma.
- Save the changes