From 0eb4ec769e0f37b6d0379d3221412c75e78e70b2 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 20 Jul 2000 17:18:38 +0000 Subject: posibility to choose two different sorting (LC_COLLATE) for Norwegian. --- perl-install/keyboard.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 0bbafc178..a71a56c75 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -64,11 +64,13 @@ my %lang2keyboard = 'it' => 'it', 'ka' => 'ge_la', 'lt' => 'lt', + 'nb' => 'no', 'nl' => 'nl', 'nl_BE'=> 'be', 'nl_NL'=> 'nl', 'no' => 'no', 'no@nynorsk' => 'no', + 'ny' => 'no', 'oc' => 'fr', 'pl' => 'pl', 'pt' => 'pt', @@ -80,6 +82,8 @@ my %lang2keyboard = 'sl' => 'si', 'sr' => 'yu', 'sv' => 'se', + 'sv@ny' => 'se', + 'sv@traditionell' => 'se', 'th' => 'th', 'tr' => 'tr_q', 'uk' => 'ua', @@ -136,7 +140,7 @@ arch() eq "ppc" ? ( "il" => [ __("Israeli"), "il-8859_8", "il" ], "il_phonetic" => [ __("Israeli (Phonetic)"),"hebrew", "il_phonetic" ], #- only xmodmap is currently available -#"ir" => [ __("Iranian"), "ir-isiri3342", "ir" ], +#"ir" => [ __("Iranian"), "ir-isiri3342","ir" ], "is" => [ __("Icelandic"), "is-latin1", "is" ], "it" => [ __("Italian"), "it-latin1", "it" ], "la" => [ __("Latin American"), "la-latin1", "la" ], -- cgit v1.2.1