summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-29 10:05:25 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-29 10:05:25 +0000
commitd6ee5ed5ee641c7af924deea9aea421650fce0ee (patch)
treeebb5f0647bef963ec80f6ff70cd224bbf1e38e54 /perl-install/keyboard.pm
parentce90e2a3cc64fb1c034a33e6a7a2b05f3335b818 (diff)
downloaddrakx-backup-do-not-use-d6ee5ed5ee641c7af924deea9aea421650fce0ee.tar
drakx-backup-do-not-use-d6ee5ed5ee641c7af924deea9aea421650fce0ee.tar.gz
drakx-backup-do-not-use-d6ee5ed5ee641c7af924deea9aea421650fce0ee.tar.bz2
drakx-backup-do-not-use-d6ee5ed5ee641c7af924deea9aea421650fce0ee.tar.xz
drakx-backup-do-not-use-d6ee5ed5ee641c7af924deea9aea421650fce0ee.zip
switched some languages to UTF-8 (they use ascii only, so it shouldn't
be noticed); changed a keyboard name to match name used by XFree86
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r--perl-install/keyboard.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm
index fdd25f662..af99cde76 100644
--- a/perl-install/keyboard.pm
+++ b/perl-install/keyboard.pm
@@ -220,7 +220,7 @@ arch() =~ /^sparc/ ? (
# some functioanlity; "us" used for XKB until this is fixed
"kr" => [ N_("Korean keyboard"), "us", "us", 1 ],
"la" => [ N_("Latin American"), "la-latin1", "la", 0 ],
- "lao" => [ N_("Laotian"), "us", "lao", 1 ],
+ "lao" => [ N_("Laotian"), "us", "lo", 1 ],
"lt" => [ N_("Lithuanian AZERTY (old)"), "lt-latin7", "lt_a", 0 ],
#- TODO: write a console kbd map for lt_new
"lt_new" => [ N_("Lithuanian AZERTY (new)"), "lt-latin7", "lt_std", 0 ],