apmuthu Posted August 16, 2010 Share Posted August 16, 2010 In the v1.3.1.x SVN, we find that the file has a hardcoded language function that may be incomplete (no Spanish) - lines 122 to 129 of /admin-dev/classes/ToolsInstall.php: public static function getLangString($idLang) { switch ($idLang) { case 'en' : return 'English (English)'; case 'fr' : return 'Français (French)'; } } How does one get write access into the SVN?I have placed an auto install script with build files for an OpenVZ container running Debian Lenny and Prestashop v1.3.1.x SVN 2591 at the ProxMox Wiki. Link to comment Share on other sites More sharing options...
rocky Posted August 16, 2010 Share Posted August 16, 2010 You can't modify PrestaShop yourself! Only the PrestaShop developers can. Otherwise, anyone would be able to introduce malware or bad code into PrestaShop. You should post a bug report and wait for a PrestaShop developer to fix it on SVN for you. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now