On Thu, May 10, 2007 at 05:54:51PM +0200, Agustin Martin wrote: > Package: linuxdoc-tools > Version: 0.9.21-0.8 > Severity: wishlist > > Browsing what other distros do, I found this patch in fedora FC6 > to add Finish strings to lib/LinuxDocTools/Lang.pm. > > If I make further NMU, I will add it,
Resending, it was in utf-8 and with a problematic hunk,
Index: Lang.pm =================================================================== RCS file: /home/agmartin/CVSROOT/debian/linuxdoc-tools/lib/LinuxDocTools/Lang.pm,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Lang.pm --- Lang.pm 24 May 2001 15:57:41 -0000 1.1.1.1 +++ Lang.pm 10 May 2007 16:12:51 -0000 @@ -64,6 +64,7 @@ ja japanese japanese pl polski polish ko korean korean + fi suomi finnish ); @@ -170,7 +171,8 @@ "ro" => "Înapoi", "ja" => "Á°¤Î¥Ú¡¼¥¸", "pl" => "Poprzedni", - "ko" => "ÀÌÀü" + "ko" => "ÀÌÀü", + "fi" => "Edellinen" }, "Next" => { "nl" => "Verder", @@ -186,7 +188,8 @@ "ro" => "Înainte", "ja" => "¼¡¤Î¥Ú¡¼¥¸", "pl" => "Nastny", - "ko" => "´ÙÀ½" + "ko" => "´ÙÀ½", + "fi" => "Seuraava" }, "Contents" => { "nl" => "Inhoud", @@ -202,7 +205,8 @@ "ro" => "Cuprins", "ja" => "Ìܼ¡¤Ø", "pl" => "Spis Trei", - "ko" => "Â÷·Ê" + "ko" => "Â÷·Ê", + "fi" => "Sisällys" }, "Table of Contents" => { "nl" => "Inhoudsopgave", @@ -218,7 +222,8 @@ "ro" => "Cuprins", "ja" => "Ìܼ¡", "pl" => "Spis Trei", - "ko" => "Â÷·Ê" + "ko" => "Â÷·Ê", + "fi" => "Sisällysluettelo" } };