« Return to Thread: Updates to Italian language

Re: Updates to Italian language

by Paul Lesniewski :: Rate this Message:

Reply to Author | View in Thread

On Sun, Mar 29, 2009 at 8:40 AM, Valerio Felici <valerio@...> wrote:
> Paul Lesniewski ha scritto:
> ....
>>
>> Thanks very much for your contribution!  The maintainers of the
>> Italian translation need to give their approval for any changes before
>> we can accept them.  I have cc'd them on this message.
>
> I approve Andrea's job.
> I hope this is enough.

Yes, it is.  Thank you both.  Should I add Andrea as an official
maintainer of the Italian translation or are you (Andrea) not
interested in continuing to maintain it?

Oh my, I see you have also changed it to UTF-8.  This is lovely!
Thank you.  I will update the SquirrelMail core to match.

As such, the LOCALE settings need to change.  Can you please verify
the following (for 1.4.x)?

Index: functions/i18n.php
===================================================================
--- functions/i18n.php  (revision 13508)
+++ functions/i18n.php  (working copy)
@@ -848,8 +848,8 @@
 $languages['is']['ALIAS']      = 'is_IS';

 $languages['it_IT']['NAME']    = 'Italian';
-$languages['it_IT']['CHARSET'] = 'iso-8859-1';
-$languages['it_IT']['LOCALE']  =
array('it_IT.ISO8859-1','it_IT.ISO-8859-1','it_IT');
+$languages['it_IT']['CHARSET'] = 'utf-8';
+$languages['it_IT']['LOCALE']  = array('it_IT.UTF8','it_IT');
 $languages['it']['ALIAS']      = 'it_IT';

 $languages['ja_JP']['NAME']    = 'Japanese';

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
-----
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
Information about translations: http://squirrelmail.org/wiki/LanguageTranslation
Statistics for translations: http://l10n-stats.squirrelmail.org/
List address: squirrelmail-i18n@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n

 « Return to Thread: Updates to Italian language