Results 1 to 3 of 3

Thread: Translation question

  1. #1
    kapula12 is offline Junior Member
    Join Date
    Jan 2012
    Posts
    3

    Question Translation question

    Greetings

    How can i get older translation to work for never version. Lets say i have translations for 6.2.0 & i want to use them for 6.2.4

    Is there anyway to get them to work, i know one method of editing the manifest.php but im not too sure if it works at all. So is there any other way to get them to work?

    - Kapula12

  2. #2
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    852

    Default Re: Translation question

    Changing manifest.php can help to get the module installed in a newer release. Example:

    PHP Code:
      "regex_matches" => array ( 
            
    => '6\.0\.*',
            
    => '6\.1\.*',
            
    => '6\.2\.*',
        )),
        
    'acceptable_sugar_flavors' => array (
            
    => 'CE',
            
    => 'PRO',
        ), 
    If the language files are ok for a newer release depends on how different the newer release is compared to the version for which they have been created. The problem could be missing texts resulting in messages like 'key ABC not found'. In this case you can add those missing texts manually. You just have to find out where Sugar is searching for the text (each module has its own language file).
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  3. #3
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,288

    Default Re: Translation question

    That will work, but probably some labels will be missing.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Translation - how to do it ?
    By zokstuzla in forum Translators
    Replies: 10
    Last Post: 2011-04-15, 04:14 AM
  2. translation service
    By translate in forum Classifieds
    Replies: 0
    Last Post: 2008-12-19, 05:44 AM
  3. Translation
    By winrickety in forum Translators
    Replies: 0
    Last Post: 2006-04-26, 10:15 AM
  4. translation
    By enjoy777 in forum Translators
    Replies: 1
    Last Post: 2005-07-26, 07:44 AM
  5. Translation of sugarcrm
    By pcomora in forum General Discussion
    Replies: 1
    Last Post: 2005-05-06, 04:02 PM

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
  •