Hello,

ok, this is my third try to get a mail sent to this list...:

i got good news for all LFS translators.
Today i commited the patch below to the KDE repository.

This means for LFS translators: With upcoming versions of KDE (>= 3.5.3) you 
can use the KDE i18n tools po2xml and xml2pot (from package kdesdk) again for 
translating the book. This was nearly impossible in the past because those 
tools extracted complete chapters and appendixes into a single, huge msgid.

I hope this brings some translations back to the LFS community :)

Bye,
Thomas


----------  Forwarded Message  ----------

Subject: branches/KDE/3.5/kdesdk/poxml trunk/KDE/kdesdk/poxml
Date: Tuesday 18 April 2006 17:47
From: Thomas Reitelbach <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]

SVN commit 531161 by reitelbach:

Add 3 missing docbook tags to the parser.
At least this makes it possible to translate the Linux From Scratch book
 using our fine KDE l10n tools :) Thanks to coolo for reviewing it.


 M  +2 -2      branches/KDE/3.5/kdesdk/poxml/parser.cpp
 M  +2 -2      trunk/KDE/kdesdk/poxml/parser.cpp


--- branches/KDE/3.5/kdesdk/poxml/parser.cpp #531160:531161
@@ -8,12 +8,12 @@

 using namespace std;

-static const char *singletags[] = {"imagedata", "colspec", "spanspec",
+static const char *singletags[] = {"beginpage","imagedata", "colspec",
 "spanspec", "anchor", "xref", "area",
                                    "footnoteref", "void", "inlinegraphic",
                                    "glosssee", "graphic", "xi:include",
                                    0};
-static const char *cuttingtags[] = {"trans_comment", "para", "title",
 "term", +static const char *cuttingtags[] = {"bridgehead", "appendix",
 "trans_comment", "para", "title", "term", "entry", "contrib", "keyword",
 "example", "note", "footnote", "caution",
                                     "informalexample", "remark", "comment",
--- trunk/KDE/kdesdk/poxml/parser.cpp #531160:531161
@@ -11,12 +11,12 @@

 using namespace std;

-static const char *singletags[] = {"imagedata", "colspec", "spanspec",
+static const char *singletags[] = {"beginpage","imagedata", "colspec",
 "spanspec", "anchor", "xref", "area",
                                    "footnoteref", "void", "inlinegraphic",
                                    "glosssee", "graphic", "xi:include",
                                    0};
-static const char *cuttingtags[] = {"trans_comment", "para", "title",
 "term", +static const char *cuttingtags[] = {"bridgehead", "appendix",
 "trans_comment", "para", "title", "term", "entry", "contrib", "keyword",
 "example", "note", "footnote", "caution",
                                     "informalexample", "remark", "comment",

-------------------------------------------------------

-- 
There are 10 kind of people. Those who understand binary, and those 
who don't.

Attachment: pgplaC8T14vth.pgp
Description: PGP signature

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to