Jump to content

Is it possible to import translations from localhost to the web / live version ?


USB83

Recommended Posts

Hello,

I'm running a prestashop 1.6 shop on a shared host webserver that is very capable of handling traffic and exceeds requirements in many ways.

The only issue is that i'm unable to translate certain portions of installed modules and/or template because of php memory and execution time limitations.

So my question is, is there a way to do the translation on my MAMP local version of the shop, and then export/import everything to the webversion of the shop ?

Thanks

Link to comment
Share on other sites

Sure you can copy them to your new live store. The translations files are stored in multiple locations.

Automatic

Backoffice -> International -> Translations -> (scroll down) Export a language

After this you do the same but import the language in your live store.

Manually

Base translations
/yourstore/app/Resources/translations/

Theme translations
/yourstore/themes/THEMENAME/translations/

Module translations
/yourstore/modules/MODULENAME/translations/

Edited by Crezzur (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...