Den 23-03-2005 kl 19:25 skrev Fredrik Jervfors:
>>>> When I change the language it doesn't change ! >>>> If I check language selection it says they selected >>>> language but still displays all in english. >>>> Tried severall languages all with the same result. >>>> >>>> Running 1.4.4. >>> >>> >>> Did you try the suggestions in the FAQ? >>> <http://www.squirrelmail.org/wiki/en_US/TranslateGettext> >> >> >> Think this revers to spell checking which works okay >> for me. This problem is related to the squirrelmail interface. Only a few >> things like "view in html" are translated all others stay in English. > > >Which languages have you tried? Not all of them are 100% updated. > >The link I sent earlier isn't about spell checking, but about what to do >if the translations aren't working at all. Can you provide more details >about your system? ><http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines> This worked for me >>>What OS you are using? Which translation? >>> >>>the main difference between 1.2.x-1.4.2 and 1.4.3a is >>> >>>http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/functions/i18n.php?r1=1.129.2.18&r2=1.129.2.19 >>> >>>and setlocale calls in set_my_language function that use >>>$languages['xx_XX']['LOCALE'] value, if it is set. >>> >>>If help is working and main translation is not working, >>>a) setlocale call failed and locale is not set to your language >>>b) squirrelmail.mo files are missing. >>>c) squirrelmail.mo files are compiled for different endian architecture. >>> >>>The third part is only guess. I don't have big endian machine for >>> testing. >>> >>>If you name your translation, I can provide script that tests your system >>>locales. >> I have: >> Mandrake 9.1, kernel 2.4.21, mod_PHP 4.3.1,locales-2.3.1.4-6, >> locales-da-2.3.1.4-6 >> Bj?rn >> PS from my locales: >> >> [EMAIL PROTECTED] root]# local -a >> bash: local: can only be used in a function >> [EMAIL PROTECTED] root]# locale -a >> C >> CP1251 >> da >> da_DK >> da_DK.ISO-8859-1 >> da_DK.ISO-8859-15 >> da_DK.UTF-8 >> danish >> dansk >> en >> en_AU >> cut here > >After modifications made by Mandrake glibc does not ignore hyphens in >locale name. Or after modifications made by Debian glibc ignores them. > >open functions/i18n.php file, find line with > >$languages['da_DK']['LOCALE'] = 'da_DK.ISO8859-1'; > >and replace it with > >$languages['da_DK']['LOCALE'] = 'da_DK.ISO-8859-1'; > >or disable it by putting two slashes in front of line. > >//$languages['da_DK']['LOCALE'] = 'da_DK.ISO8859-1'; > >-- >Tomas It worked!!! Thank you so much, now I can update the real server and not just my trialserver Bj�rn ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_idh83&alloc_id149&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
