mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
"also setting spellcheck_lang (no idea why this is a separate option)"
This commit is contained in:
parent
c0cab3f834
commit
8fa0c12341
@ -151,6 +151,7 @@ else
|
||||
'dateformat' => $lang == 'en' ? 'Y/m/d' : 'd.m.Y',
|
||||
'timeformat' => '24',
|
||||
'lang' => $lang,
|
||||
'spellchecker_lang' => $lang,
|
||||
'country' => strtoupper($country),
|
||||
'default_app' => 'calendar',
|
||||
'currency' => $lang == 'en' ? '$' : 'EUR',
|
||||
|
Loading…
Reference in New Issue
Block a user