diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-08-18 17:20:06 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-08-18 17:20:06 +0000 |
commit | bfe592b8f240b2a1c82dd826d30940515523bc8b (patch) | |
tree | e8539f7c2029b7e379fa8ce04895903e4b61271b /perl-install | |
parent | 12e63027dfd01749ebee66cfbe02c0ba8d8e3d99 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/lang.pm | 3 |
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; |