Re: Translating release notes: moved figures out of paragraphs
- From: danilo gnome org (Danilo Åegan)
- To: Christian Rose <menthos gnome org>
- Cc: GNOME I18N List <gnome-i18n gnome org>, Murray Cumming <murrayc murrayc com>
- Subject: Re: Translating release notes: moved figures out of paragraphs
- Date: Sun, 06 Mar 2005 22:33:24 +0100
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]