Jump to content

Request Write access into SVN


apmuthu

Recommended Posts

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

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

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...