Skip to content

How to translate Magento extension

To translate any our extensions into another language you need to do the following:

  1. Create the folder for necessary language in the folder app/locale on your server. For instance, for German website it will be for app/locale/de_DE/
  2. Copy the Module_Name.csv from app/locale/en_US/Module_Name.csv to app/locale/de_DE/Module_Name.csv
  3. Each line contains the original value, the comma as the separator and the translated vaule. Change only the translated value after the comma.
  4. Save the changes