trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun ChangeLog GNUmakef...


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakef...
Date: Tue, 19 May 2009 22:02:51 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   09/05/19 22:02:51

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile NEWS THANKS 

Log message:
        Forcefully msgmerge all home.LANG.po and whatnsew.LANG.po.
        * GNUmakefile ($(rootdir)/home.$(1).shtml)
        ($(template-dir)/po/whatsnew.%.html): Unconditionally update the
        PO file before the .LANG.m4 generation to cater for the case when
        translators do not commit an up-to-date properly msgmerge'd PO.
        Reported by Hossam Hossny.
        * THANKS:
        * NEWS: Update.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.147&r2=1.148
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.66&r2=1.67
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/THANKS?cvsroot=trans-coord&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -b -r1.147 -r1.148
--- ChangeLog   1 May 2009 14:47:45 -0000       1.147
+++ ChangeLog   19 May 2009 22:02:51 -0000      1.148
@@ -1,3 +1,13 @@
+2009-05-20  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile ($(rootdir)/home.$(1).shtml)
+       ($(template-dir)/po/whatsnew.%.html): Unconditionally update the
+       PO file before the .LANG.m4 generation to cater for the case when
+       translators do not commit an up-to-date properly msgmerge'd PO.
+       Reported by Hossam Hossny.
+       * THANKS:
+       * NEWS: Update.
+
 2009-05-01  Yavor Doganov  <address@hidden>
 
        * NEWS: Fix last (2009-04-30) entry.

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- GNUmakefile 30 Apr 2009 15:10:59 -0000      1.66
+++ GNUmakefile 19 May 2009 22:02:51 -0000      1.67
@@ -370,6 +370,9 @@
        [ -f $(template-dir)/$(@F) ] \
          || (touch $(template-dir)/$(@F) ; \
             $(CVSSKIP) $(CVS) add $(template-dir)/$(@F))
+# Unconditionally update the PO file; see the comment in `article-rules'.
+       $(MSGMERGE) --update $(template-dir)/po/whatsnew.$*.po \
+         $(template-dir)/po/whatsnew.pot
        PO=$(template-dir)/po/whatsnew.$*.po \
          OUT=$(template-dir)/po/whatsnew.$*.m4 ; $(PO4A_TRANSLATE) \
          $(PO4A-XHTMLFLAGS) $(PO4A-TRANSLATEFLAGS) --master $< \
@@ -426,6 +429,8 @@
 # translator doesn't fix it quickly.
        PO=$(rootdir)/po/home.$(1).po ; $(check-po) || (touch $$$$PO ; exit 1)
        $$(addfile)
+# Unconditionally update the PO file; see the comment in `article-rules'.
+       $(MSGMERGE) --update $(rootdir)/po/home.$(1).po $(rootdir)/po/home.pot
        $$(fixperm)
        PO=$(rootdir)/po/home.$(1).po OUT=$(rootdir)/po/home.$(1).m4 ; \
          $(generate-html)

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- NEWS        1 May 2009 14:47:45 -0000       1.10
+++ NEWS        19 May 2009 22:02:51 -0000      1.11
@@ -20,6 +20,14 @@
     better alternative than an empty file which may remain unnoticed
     by the translator during the whole GRACE period.
 
+*** PO files for the homepage and whatsnew are always msgmerge'd.
+    Previously, only PO files for ordinary articles were updated
+    unconditionally prior to HTML generation, to cater for the case
+    when a translator commits a "complete" translation but it's not
+    actually complete as the PO file is based on an old POT.  Now this
+    is done for the homepage and whatsnew (aka "gnunews") and as a
+    consequence, fuzzy strings are always marked as such.
+
 * Changes in GNUnited Nations 0.2 (2009-02-13)
 
 ** GNUmakefile.team supports Subversion repositories.

Index: THANKS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/THANKS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- THANKS      26 Apr 2009 10:50:51 -0000      1.1
+++ THANKS      19 May 2009 22:02:51 -0000      1.2
@@ -1,11 +1,13 @@
 Several people have reported bugs and/or provided useful suggestions
 and ideas.  Many thanks for their contributions:
 
-+---------------+----------------+
-|Andrea Pescetti|address@hidden|
-+---------------+----------------+
-|Dominik Smatana|address@hidden  |
-+---------------+----------------+
++---------------+-----------------+
+|Andrea Pescetti| address@hidden|
++---------------+-----------------+
+|Dominik Smatana|   address@hidden|
++---------------+-----------------+
+|Hossam Hossny  |   address@hidden|
++---------------+-----------------+
 
 ;; Local Variables:
 ;; mode: text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]