summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>1999-08-18 17:20:06 +0000
committerPablo Saratxaga <pablo@mandriva.com>1999-08-18 17:20:06 +0000
commitbfe592b8f240b2a1c82dd826d30940515523bc8b (patch)
treee8539f7c2029b7e379fa8ce04895903e4b61271b /perl-install/lang.pm
parent12e63027dfd01749ebee66cfbe02c0ba8d8e3d99 (diff)
downloaddrakx-bfe592b8f240b2a1c82dd826d30940515523bc8b.tar
drakx-bfe592b8f240b2a1c82dd826d30940515523bc8b.tar.gz
drakx-bfe592b8f240b2a1c82dd826d30940515523bc8b.tar.bz2
drakx-bfe592b8f240b2a1c82dd826d30940515523bc8b.tar.xz
drakx-bfe592b8f240b2a1c82dd826d30940515523bc8b.zip
fixed little typo in diskdrake.pm ( \b instead of \n )
updated language files; and added entries for spanish, indonesian and wallon in lang.pm; as the *.po files are available.
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 802732ad0..fe03cf72d 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -15,12 +15,15 @@ my %languages = (
"de" => [ "German", "lat0-sun16", "iso15", "de_DE" ],
"hu" => [ "Hungarian", "lat2-sun16", "iso02", "hu_HU" ],
"is" => [ "Icelandic", "lat0-sun16", "iso15", "is_IS" ],
+ "id" => [ "Indonesian","lat0-sun16", "iso15", "id" ],
"it" => [ "Italian", "lat0-sun16", "iso15", "it_IT" ],
"no" => [ "Norwegian", "lat0-sun16", "iso15", "no_NO" ],
"ro" => [ "Romanian", "lat2-sun16", "iso02", "ro_RO" ],
"sk" => [ "Slovak", "lat2-sun16", "iso02", "sk_SK" ],
+ "es" => [ "Spanish", "lat0-sun16", "iso15", "es" ],
"ru" => [ "Russian", "Cyr_a8x16", "koi2alt", "ru_SU" ],
"uk" => [ "Ukrainian", "ruscii_8x16", "koi2alt", "uk_UA" ],
+ "wa" => [ "Walon", "lat0-sun16", "iso15", "wa" ],
);
1;