This commit is contained in:
Marc Delisle
2002-07-09 11:50:22 +00:00
parent 8efd554945
commit a57767e798
4 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ dutch-iso-8859-1
english-iso-8859-1
estonian-iso-8859-1
finnish-iso-8859-1
french
french-iso-8859-1
galician
german
greek

View File

@@ -56,7 +56,7 @@ $available_languages = array(
'es' => array('es([-_][[:alpha:]]{2})?|spanish', 'spanish', 'es'),
'et-iso-8859-1'=> array('et|estonian', 'estonian-iso-8859-1', 'et'),
'fi-iso-8859-1'=> array('fi|finnish', 'finnish-iso-8859-1', 'fi'),
'fr' => array('fr([-_][[:alpha:]]{2})?|french', 'french', 'fr'),
'fr-iso-8859-1'=> array('fr([-_][[:alpha:]]{2})?|french', 'french-iso-8859-1', 'fr'),
'gl' => array('gl|galician', 'galician', 'gl'),
'he' => array('he|hebrew', 'hebrew', 'he'),
'hr-win1250' => array('hr|croatian', 'croatian-windows-1250', 'hr'),