Thanks. I tried the " Set(@LexiconLanguages, qw(fr)); " suggestion but this only disables the current en.po file somehow. For example, 'Homepage' is no longer translated to 'Home'. And the fr language is still not used...
Thierry On Thu, Mar 25, 2010 at 4:34 AM, Raed El-Hames <[email protected]> wrote: > Hi Thiery; > > You can try the following settings in RT_SiteConfig.pm: > #An array that contains languages supported by RT's internationalization > #interface. Defaults to all *.po lexicons; setting it to C<qw(en ja)> will > make > #RT bilingual instead of multilingual, but will save some memory. > > Set(@LexiconLanguages, qw(fr)); > > Look it up in RT_Config.pm > > Regards; > Roy > > Thierry Thelliez wrote: >> >> Hello, >> >> I am trying to understand how the default language setup works in RT. >> >> There are plenty of .po files in rt3/lib/RT/I18N/ but how do you >> change from en to fr for example? >> >> >> Thanks, >> Thierry >> >> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. >> Buy a copy at http://rtbook.bestpractical.com >> > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
