From 1609027e73313dc16a5109e3d3f56d6b1c9b20ad Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 16 Sep 1999 16:14:51 +0000 Subject: added 'in' to LANGUAGE for indonesian; 'in' is the old language code and there may still be some catalogs using it... --- perl-install/lang.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 0029350fc..76d951442 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -27,7 +27,9 @@ my %languages = ( 'el' => [ 'Greek', 'iso-8859-7', 'el', 'el' ], 'hu' => [ 'Hungarian', 'iso-8859-2', 'hu', 'hu' ], 'is' => [ 'Icelandic', 'iso-8859-1', 'is', 'is' ], - 'id' => [ 'Indonesian', 'iso-8859-1', 'id', 'id' ], +#- 'in' was the old code for indonesian language; by putting LANGUAGE=id:in +#- we catch the few catalog files still using the wrong code + 'id' => [ 'Indonesian', 'iso-8859-1', 'id', 'id:in' ], 'it' => [ 'Italian', 'iso-8859-1', 'it', 'it_IT' ], 'ja' => [ 'Japanese', 'jisx0208', 'ja', 'ja_JP.ujis' ], 'ko' => [ 'Korean', 'ksc5601', 'ko', 'ko' ], -- cgit v1.2.1