You are hereBlog / blog di roberto / Problemi traduzione SquirrelMail

Problemi traduzione SquirrelMail


By roberto - Posted on 23 agosto 2010

Come molti webmaster utilizzo come webmail Squirrelmail per la sua leggerezza.

Ho avuto dei problemi a cambiare lingua dell'interfaccia di Squirrelmail con Ubuntu.

Ho trovato la semplice soluzione a questo indirizzo.

Riporto di seguito la parte che mi interessa:

Ubuntu has the UTF-8 locales configured by default. You need to add the charset for your language as well.

Just edit /var/lib/locales/supported.d/local and then add your locale. Example (with the ISO-8859-1 codeset):

sv_SE.UTF-8 UTF-8
sv_SE.ISO-8859-1 ISO-8859-1
en_US.UTF-8 UTF-8

For a multi language site:

it_IT.UTF-8 UTF-8
en_US.UTF-8 UTF-8
it_IT ISO-8859-1
fr_FR ISO-8859-1

After that run sudo dpkg-reconfigure locales to update the locales. Also see [the Ubuntu forum].