This commit is contained in:
Marc Delisle
2002-07-09 11:59:11 +00:00
parent 11864043b8
commit c88bb8103d
3 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ $available_languages = array(
'cs-utf-8' => array('cs|czech', 'czech-utf-8', 'cs'),
'cs-win1250' => array('cs|czech', 'czech-windows-1250', 'cs'),
'da-iso-8859-1'=> array('da|danish', 'danish-iso-8859-1', 'da'),
'de' => array('de([-_][[:alpha:]]{2})?|german', 'german', 'de'),
'de-iso-8859-1'=> array('de([-_][[:alpha:]]{2})?|german', 'german-iso-8859-1', 'de'),
'de-utf-8' => array('de([-_][[:alpha:]]{2})?|german', 'german-utf-8', 'de'),
'el' => array('el|greek', 'greek', 'el'),
'en-iso-8859-1'=> array('en([-_][[:alpha:]]{2})?|english', 'english-iso-8859-1', 'en'),