Results 1 to 5 of 5

Thread: SugarSuite-4.0.1b.zip disappeared from mirrors, now in trouble with italian translat.

  1. #1
    maxpaz is offline Member
    Join Date
    Jan 2006
    Posts
    8

    Question SugarSuite-4.0.1b.zip disappeared from mirrors, now in trouble with italian translat.

    Due to the new release 4.0.1c the previous (b) is now disappeared from all the mirror, so now I'm not in the condition to upload the latest italian translation.
    So Is there a safe way to force the upload Language PACK ISO & UTF 4.0.1b to a 4.0.1c or I have to wait for the language upgrade ??

    Thanks for your help

    Max

  2. #2
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: SugarSuite-4.0.1b.zip disappeared from mirrors, now in trouble with italian trans

    Hello Max,

    I don't believe any language strings were changed between 4.0.1b and 4.0.1c, so you can safely label your language pack for 4.0.1c. Thanks!
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  3. #3
    maxpaz is offline Member
    Join Date
    Jan 2006
    Posts
    8

    Default Re: SugarSuite-4.0.1b.zip disappeared from mirrors, now in trouble with italian trans

    Thanks for your suggestion, but if I rename the file as ( it_it_4.0.1c.iso.langpack.zip ) I still receive during the language uploading "The uploaded file is not compatible with this version of Sugar Suite: 4.0.1c"



    Wait Wait I read the solution below in the forum ..... modify language manifest.php to match the new version

    <?php
    $manifest = array(
    'acceptable_sugar_flavors' => array (
    'OS'
    ),
    'acceptable_sugar_versions' => array (
    'exact_matches' => array (
    '4.0.1c'
    ),
    'regex_matches' => array (
    ),
    ),
    'name' => 'ISO-8859 it_IT LangPack WITCOM',
    'description' => 'Italian translation - ISO-8859 - by WITCOM SRL for SugarCRM 4.0.1b',
    'author' => 'Devis Lucato @ Witcom srl',
    'published_date' => '2006-02-17',
    'version' => '4.0.1c',
    'type' => 'langpack',
    'icon' => 'include/images/flag-it_IT.gif',
    'is_uninstallable' => TRUE
    );
    ?>

    ok now is running !!!!!

    Thanks for your help

    Regards

    Max


    Last edited by maxpaz; 2006-02-23 at 09:00 PM.

  4. #4
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: SugarSuite-4.0.1b.zip disappeared from mirrors, now in trouble with italian trans

    Hello Max,

    You can also use the 'regex_matches' section to have your language pack work on any 4.0.1 version:

    Code:
    'regex_matches' = array(
         '4\.0\.1[a-z]?'
    ),
    This will match 4.0.1, 4.0.1a, 4.0.1b, ..., 4.0.1z.
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  5. #5
    maxpaz is offline Member
    Join Date
    Jan 2006
    Posts
    8

    Default Re: SugarSuite-4.0.1b.zip disappeared from mirrors, now in trouble with italian trans

    Wonderfull !!!!

    Thanks for the suggestion.

    Bye

    Max

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •