From f7379c17842aec187c238a6346688f6c63fa6514 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 15 Mar 2002 10:28:49 +0000 Subject: update lang according to lang.pm of 8.2 (remove @euro appended for 8.1). --- rescue/tree/etc/oem | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem index 6347e194f..fb056d1d7 100755 --- a/rescue/tree/etc/oem +++ b/rescue/tree/etc/oem @@ -133,11 +133,11 @@ foreach (@ARGV) { /^([^=:]*)[=:]?(.*)/ and $options{$1} = $2; /^no([^=:]*)/ and #- default language fall to english ? foreach ($options{lang} || 'en') { - /fr/ and ($lang, $flang, $charset) = ('fr', 'fr_FR@euro', 'iso-8859-15'); + /fr/ and ($lang, $flang, $charset) = ('fr', 'fr_FR', 'iso-8859-15'); /en/ and ($lang, $flang, $charset) = ('en', 'en_US', 'iso-8859-1'); - /de/ and ($lang, $flang, $charset) = ('de', 'de_DE@euro', 'iso-8859-15'); - /it/ and ($lang, $flang, $charset) = ('it', 'it_IT@euro', 'iso-8859-15'); - /es/ and ($lang, $flang, $charset) = ('es', 'es_ES@euro', 'iso-8859-15'); + /de/ and ($lang, $flang, $charset) = ('de', 'de_DE', 'iso-8859-15'); + /it/ and ($lang, $flang, $charset) = ('it', 'it_IT', 'iso-8859-15'); + /es/ and ($lang, $flang, $charset) = ('es', 'es_ES', 'iso-8859-15'); } foreach (keys %options) { print "Using option [$_" . ($options{$_} && "=$options{$_}") . "]\n"; -- cgit v1.2.1