diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 1999-09-16 16:14:51 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 1999-09-16 16:14:51 +0000 |
commit | 1609027e73313dc16a5109e3d3f56d6b1c9b20ad (patch) | |
tree | cedb9ea4ca74aeab6f8816f60b60995778662b92 | |
parent | 71412b3a34bbb1b5056ace130334917bfa6076be (diff) | |
download | drakx-backup-do-not-use-1609027e73313dc16a5109e3d3f56d6b1c9b20ad.tar drakx-backup-do-not-use-1609027e73313dc16a5109e3d3f56d6b1c9b20ad.tar.gz drakx-backup-do-not-use-1609027e73313dc16a5109e3d3f56d6b1c9b20ad.tar.bz2 drakx-backup-do-not-use-1609027e73313dc16a5109e3d3f56d6b1c9b20ad.tar.xz drakx-backup-do-not-use-1609027e73313dc16a5109e3d3f56d6b1c9b20ad.zip |
added 'in' to LANGUAGE for indonesian; 'in' is the old language code and
there may still be some catalogs using it...
-rw-r--r-- | perl-install/lang.pm | 4 | ||||
-rw-r--r-- | perl-install/share/po/no.po | 3 |
2 files changed, 4 insertions, 3 deletions
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' ], diff --git a/perl-install/share/po/no.po b/perl-install/share/po/no.po index bb6b61dda..4666b948b 100644 --- a/perl-install/share/po/no.po +++ b/perl-install/share/po/no.po @@ -1067,9 +1067,8 @@ msgid "partitioning failed: no root filesystem" msgstr "partisjonering feilet: intet root filsystem" #: ../install2.pm_.c:563 -#, fuzzy msgid "Error reading file $f" -msgstr "Feil ved lesing av fil %s" +msgstr "Feil ved lesing av fil $f" #: ../install2.pm_.c:568 #, fuzzy, c-format |