From dc1057c470495a4d95d1358c28e8a1cb2f0d0461 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 16 Jan 2003 14:50:06 +0000 Subject: Added some more English locales; and changed all locale names using xx notation to xx_YY notation (so it's easier to just append a ".UTF-8" in case we provide a way to let the user choose if he wants UTF-8 or not) --- perl-install/keyboard.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index f51e19e4b..6a337aefe 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -43,8 +43,12 @@ my %lang2keyboard = 'el' => 'gr:90', 'en' => 'us:90 us_intl:50', 'en_US' => 'us:90 us_intl:50', +'en_AU' => 'uk:70 us:60 us_intl:50', +'en_CA' => 'qc:60 us:50 uk:40 us_intl:30', 'en_GB' => 'uk:89 us:60 us_intl:50', 'en_IE' => 'uk:89 us:60 us_intl:50', +'en_NZ' => 'uk:70 us:60 us_intl:50', +'en_ZA' => 'us:80 uk:50 us_intl:40', 'eo' => 'us_intl:89 dvorak:20', 'es' => 'es:85 la:80 us_intl:50', 'es@tr' => 'es:85 la:80 us_intl:50', -- cgit v1.2.1