[horde] Language settings
Nils
horde at bugblatterbeast.de
Wed Dec 6 17:40:19 UTC 2023
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' => '‭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
More information about the horde
mailing list