> I subscribe to the squirrelmail-users mailing list. > [ ] True - No need to CC me when replying > [X] False - Please CC me when replying > > This bug occurs when I set languages over the Optionspage. > > > The description of the bug: > > If i set language to German, it was safed in the MySQL-Database, but no > output is in german. if i change the language to english, then is a second > prefval into the DB, also i have two settings in the preferences table > named language, one with the value de_DE an the second with en_US... > with any changes in my options, i have NEW values in the pref-table and i > can't change the language really > > ---------------------------------------------- > > My browser information: > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) > > My web server information: > PHP Version 4.3.7 > PHP Extensions (List) ... > * 15 = gettext
http://www.squirrelmail.org/wiki/en_US/SupportingMultipleLanguages You are using php with gettext support. Translations work only when appropriate system locales are available. German translation works if you have de_DE.ISO8859-1 system locale. quick solution for Linux: localedef de_DE.ISO8859-1 -i de_DE -f ISO-8859-1 no warnings or messages should appear in standard output LANG=de_DE.ISO8859-1 date date should be in German apachectl graceful and check your language settings one more time. if it does not work, go to squirrelmail po directory and run command "./compilepo de_DE" without quotes. Then restart apache one more time. Right solution might depend on OS that you are using. Are you sure that there are duplicate entries in SQL with same user preference? -- Tomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users