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 NEWS THA...


From: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun ChangeLog NEWS THA...
Date: Fri, 14 Sep 2012 04:24:19 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       12/09/14 04:24:19

Modified files:
        gnun/server/gnun: ChangeLog NEWS THANKS gnun-preconvert.in 

Log message:
        Add options to po4a-gettextize to make it work
        with unbalanced HTML tags, like in GNUmakefile.
        
        Suggested by Denis Barbier on report by Fabio Gonzalez.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.289&r2=1.290
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/THANKS?cvsroot=trans-coord&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-preconvert.in?cvsroot=trans-coord&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -b -r1.289 -r1.290
--- ChangeLog   13 Sep 2012 07:40:44 -0000      1.289
+++ ChangeLog   14 Sep 2012 04:24:19 -0000      1.290
@@ -1,3 +1,11 @@
+2012-09-14  Pavel Kharitonov  <address@hidden>
+
+       * gnun-preconvert.in: Add options to po4a-gettextize
+       to make it work with unbalanced HTML tags, like in GNUmakefile.
+       Suggested by Denis Barbier on report by Fabio Gonzalez.
+       * NEWS:
+       * THANKS: Update.
+
 2012-09-13  Pavel Kharitonov  <address@hidden>
 
        * GNUmakefile (update-po-status, report-pos, reports-summary):

Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- NEWS        13 Sep 2012 07:40:45 -0000      1.63
+++ NEWS        14 Sep 2012 04:24:19 -0000      1.64
@@ -29,6 +29,9 @@
      taken into account that the name of the article may include
      `fuzzy' or `untranslated'.
 
+*** `gnun-preconvert' didn't work with HTML files from working copy
+    because they are not well-formed HTML due to using SSI.
+
 * Changes in GNUnited Nations 0.6 (2012-06-28)
 
 ** New target in GNUmakefile: `validate-all'.

Index: THANKS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/THANKS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- THANKS      15 Jun 2012 04:09:32 -0000      1.15
+++ THANKS      14 Sep 2012 04:24:19 -0000      1.16
@@ -14,6 +14,8 @@
 +------------------+---------------------------+
 |Dora Scilipoti    |    address@hidden|
 +------------------+---------------------------+
+|Fabio Gonzalez    |       address@hidden|
++------------------+---------------------------+
 |František Kučera  |          address@hidden|
 +------------------+---------------------------+
 |George Zarkadas   |address@hidden|

Index: gnun-preconvert.in
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/gnun-preconvert.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gnun-preconvert.in  4 Jun 2012 14:16:09 -0000       1.2
+++ gnun-preconvert.in  14 Sep 2012 04:24:19 -0000      1.3
@@ -84,4 +84,5 @@
 po=${1%.html}.po
 
 @PO4A_GETTEXTIZE@ -f xhtml -M utf-8 -L ${encoding} -l $1 -m $2 -p ${po} \
+  -o ontagerror=silent -o "attributes=<meta>content" -o "translated=W<pre>" \
   || exit 1



reply via email to

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