Added by andrey.demyaniv, last edited by andrey.demyaniv on Jan 29, 2010

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

1. Add files and folders

To add folders and files you need FTP or direct access to you Batavi shop.
Put the new languages folders and files in right Batavi folders.
For front side is : includes/languages/, for admin tool : admin/includes/languages/

  • cp -R <you_path_to_files> batavi/includes/languages/
  • cp <you_path_to_files>/<language_code>.xml batavi/includes/languages/
  • cp -R <you_path_to_files> batavi/admin/includes/languages/
  • cp <you_path_to_files>/<language_code>.xml batavi/admin/includes/languages/
    Example for fr_FR language

    cp -R <you_path_to_files>/fr_FR batavi/includes/languages/
    cp <you_path_to_files>/fr_FR.xml batavi/includes/languages/

2. Importing

To apply new languages to shop, need to launch import.
You can find it in admin menu “Configuration->Localization->Languages“.

  • Click “Import“ button at the page right top, and select language which need to add to shop.
  • Select option “Only Add New Records“ and press “Import“ button.