[horde] Language settings

Ralf Lang ralf.lang at gmail.com
Fri Dec 8 05:02:33 UTC 2023


JFTR: On debianish systems like ubuntu you also need to install the locales
for the languages you want to support in horde. At least a few years back
this hit me.

Nils <horde at bugblatterbeast.de> schrieb am Mi., 6. Dez. 2023, 18:40:

> Thank you very much, Andreas. Worked perfectly.
>
> Regards,
> Nils
>
> On 12/6/23 18:18, A. Schulze wrote:
> >
> >
> > Am 06.12.23 um 12:10 schrieb Nils:
> >> Still I would like to know if I could select only a few languages to
> >> be offered (I wouldn't want to delete files in
> >> /usr/share/horde/locale, because next package update would overwrite
> >> or ask questions then).
> >
> > cat <<"EOF" > /etc/horde/horde/nls.d/local.php
> > <?php
> > $horde_nls_config['defaults']['language'] = 'de_de';
> >
> > $horde_nls_config['languages'] = array(
> >   'de_DE' => 'Deutsch',
> >   'de_de' => 'Deutsch',
> >   'en_GB' => '&#x202d;English (British)',
> > );
> >
> > $horde_nls_config['spelling'] = array(
> >   'de_DE' => '-T latin1 -d deutsch',
> >   'en_GB' => '-d british',
> > );
> > EOF
> >
> > the values are copied from /etc/horde/horde/nls.php
> >
> > Andreas
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>


More information about the horde mailing list