issue198supplement
Now the correct language is displayed in the admin area after the automatic detection of the language abbreviation.
This commit is contained in:
parent
164fab4c65
commit
190cafd830
@ -21,7 +21,7 @@ $fp_config = array(
|
|||||||
'dateformat' => '%A, %B %e, %Y',
|
'dateformat' => '%A, %B %e, %Y',
|
||||||
'dateformatshort' => '%Y-%m-%d',
|
'dateformatshort' => '%Y-%m-%d',
|
||||||
'charset' => 'utf-8',
|
'charset' => 'utf-8',
|
||||||
'lang' => ''
|
'lang' => LANG_DEFAULT . $browserLang
|
||||||
),
|
),
|
||||||
'plugins' => array(
|
'plugins' => array(
|
||||||
'blockparser' => array(
|
'blockparser' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user