mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 10:28:48 +01:00
* Mail: Fix Disposition Notification confirmation message always come in english regardless of locale settings
This commit is contained in:
parent
b685b08f8d
commit
83436212b7
@ -984,6 +984,8 @@ class Preferences
|
||||
foreach(array(
|
||||
$lang.'_'.$country,
|
||||
$lang.'_'.$country_from_lang,
|
||||
$lang.'_'.$country.'.utf8',
|
||||
$lang.'_'.$country_from_lang.'utf8',
|
||||
$lang,
|
||||
'en_US',
|
||||
'C',
|
||||
|
Loading…
Reference in New Issue
Block a user