This commit is contained in:
Marc Delisle
2002-07-09 12:08:15 +00:00
parent fe50dad732
commit c12ecf70a2
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ french-iso-8859-1
galician-iso-8859-1
german-iso-8859-1
greek-iso-8859-7
hebrew
hebrew-iso-8859-8-i
hungarian
indonesian
italian
@@ -60,7 +60,7 @@ EOT`
# as above.
#
IGNORE_UTF=`cat <<EOT
hebrew
hebrew-iso-8859-8-i
korean
EOT`

View File

@@ -58,7 +58,7 @@ $available_languages = array(
'fi-iso-8859-1'=> array('fi|finnish', 'finnish-iso-8859-1', 'fi'),
'fr-iso-8859-1'=> array('fr([-_][[:alpha:]]{2})?|french', 'french-iso-8859-1', 'fr'),
'gl-iso-8859-1'=> array('gl|galician', 'galician-iso-8859-1', 'gl'),
'he' => array('he|hebrew', 'hebrew', 'he'),
'he-iso-8859-8-i'=> array('he|hebrew', 'hebrew-iso-8859-8-i', 'he'),
'hr-win1250' => array('hr|croatian', 'croatian-windows-1250', 'hr'),
'hr-iso-8859-2' => array('hr|croatian', 'croatian-iso-8859-2', 'hr'),
'hu' => array('hu|hungarian', 'hungarian', 'hu'),