From 41ee4eb8a31f9dccdbf5b4087f841607933bbe56 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 17 Sep 2001 18:06:41 +0000 Subject: Added choice of "English|Ireland (euro)" so people wanting English language but also euro symbol can choose it. --- perl-install/keyboard.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 69a70f64c..68eca596b 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -50,6 +50,7 @@ my %lang2keyboard = 'en' => 'us:90 us_intl:50', 'en_US'=> 'us:90 us_intl:50', 'en_GB'=> 'uk:90 us:60 us_intl:50', +'en_IE'=> 'uk:90 us:60 us_intl:50', 'eo' => 'us_intl:90 dvorak:20', 'es' => 'es:90 la:80 us_intl:50', 'es@tr'=> 'es:90 la:80 us_intl:50', -- cgit v1.2.1