Hello everyone,
How can I translate a module by editing the <lang>.php file (for example fr.php for French) in Prestashop 1.6.1.4?
I have already read the prestashop article about the translations and it says explicitly that we must not edit these files and use the administration panel instead.
However I can not use it, because I am getting the max_input_vars warning message, which says that I must increase the value of max_input_vars. I am using a shared hosting server and my hosting provider does not allow me to change the value, becaue this would affect all users on the same server, so I do not have permissions to edit httpd.conf or php.ini.
I have also tried to edit the .htaccess file in the root folder of my store and I have added the following line:
<IfModule mod_php5.c>
...
php_value max_input_vars 2200
...
</IfModule>
but this still did not change the max_input_vars value. I also had a look in the admin folder to see if there is another .htaccess file, which might override the one I've edited, but there isn't.
How can I translate the module then?
Thanks in advance