charset is neither defined in HTTP_ACCEPT_LANGUAGE nor in HTTP_USER_AGENT variables
This commit is contained in:
@@ -58,8 +58,8 @@ $available_languages = array(
|
|||||||
'he' => array('he|hebrew', 'hebrew', 'he'),
|
'he' => array('he|hebrew', 'hebrew', 'he'),
|
||||||
'hu' => array('hu|hungarian', 'hungarian', 'hu'),
|
'hu' => array('hu|hungarian', 'hungarian', 'hu'),
|
||||||
'it' => array('it|italian', 'italian', 'it'),
|
'it' => array('it|italian', 'italian', 'it'),
|
||||||
'ja' => array('ja|japanese-euc', 'japanese-euc', 'ja'),
|
'ja-euc' => array('ja|japanese', 'japanese-euc', 'ja'),
|
||||||
'ja-sjis' => array('ja|japanese-sjis', 'japanese-sjis', 'ja'),
|
'ja-sjis' => array('ja|japanese', 'japanese-sjis', 'ja'),
|
||||||
'ko' => array('ko|korean', 'korean', 'ko'),
|
'ko' => array('ko|korean', 'korean', 'ko'),
|
||||||
'nl' => array('nl([-_][[:alpha:]]{2})?|dutch', 'dutch', 'nl'),
|
'nl' => array('nl([-_][[:alpha:]]{2})?|dutch', 'dutch', 'nl'),
|
||||||
'no' => array('no|norwegian', 'norwegian', 'no'),
|
'no' => array('no|norwegian', 'norwegian', 'no'),
|
||||||
|
Reference in New Issue
Block a user