Page 1 of 1

translations in $_MODULE = array();

PostPosted: Wed Dec 23, 2015 9:03 pm
by eladmin_4963
Hello,

We are getting trouble with the Translations tool (suhosin.request.max_vars)

So, We want to complete the language document in agilemultipleseller/translations/

The en.php only have:

global $_MODULE;
$_MODULE = array();

Do you know, where we can get the full params (array)?

For example:

$_MODULE['<{agilemultipleseller}prestashop>hookproducttabcontent_d5ffa588e58727b26d7cddee018f6121'] = 'Visit the Store';

Also, The document agilemultipleseller/views/templates/hook/hookproducttab.tpl, Supports multi language or is just update inside?

Regards

Re: translations in $_MODULE = array();

PostPosted: Wed Dec 23, 2015 9:44 pm
by shokinro
Thanks for using our modules.
You should contact your hosting service provider to ask them to change the parameters so that you can translate the modules from back office.

It is not a good idea to modify the translation files. And there will be not such array of the module is not translated.

Re: translations in $_MODULE = array();

PostPosted: Thu Dec 24, 2015 12:57 am
by eladmin_4963
So, there is no a way you can find a param like "hookproducttabcontent_d5ffa588e58727b26d7cddee018f6121"

Is more easy work the php file vs back office.

Thanks

Re: translations in $_MODULE = array();

PostPosted: Thu Jan 07, 2016 1:07 am
by shokinro
So, there is no a way you can find a param like "hookproducttabcontent_d5ffa588e58727b26d7cddee018f6121"

you may try to copy from other language files, but the string is encoded, you do not know what is original text. so it is difficult to do.