diff options
-rw-r--r-- | perl-install/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index dd741fea0..b2df6a549 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -21,7 +21,7 @@ my $KMAP_MAGIC = 0x8B39C07F; #- a best guess of the keyboard layout, based on the choosen locale #- beware only the first 5 characters of the locale are used -my %lang2keyboard = +our %lang2keyboard = ( 'af' => 'us_intl', 'am' => 'us:90', |