Re: Translating release notes: moved figures out of paragraphs



Hi Christian,

Today at 21:12, Christian Rose wrote:

> Since there were so many changes to the release notes already, 

For the record:  I've done only single change which would affect
translators, and that was replacing number 40 with 33.  Nothing else
caused changed messages for translators.  FWIW, translators have up to
the official release date to finish their release notes translations,
right?

Now that you've changed this, I've also added another bugfix to xml2po
(which would have affected previous messages), so please upgrade again
to xml2po CVS HEAD.

The fix is simple if you want to apply it yourself against xml2po
file:

--- xml2po     2005-03-04 19:11:40.000000000 +0100
+++ xml2po-a    2005-03-06 22:22:36.083643480 +0100
@@ -362,7 +362,7 @@
     parent = node.parent
     final = isFinalNode(node)
     while not final and parent:
-        if isFinalNode(parent):
+        if isFinalNode(parent) and worthOutputting(parent):
             worth = 0
             break
         parent = parent.parent


Cheers,
Danilo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]