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, 11 Mar 2008 01:45:23 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/03/11 01:45:23

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile TODO 

Log message:
        (PO4A_XHTMLFLAGS): Pass extra option `attributes' to
        make the `content' attribute of <meta> translatable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/TODO?cvsroot=trans-coord&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- ChangeLog   10 Mar 2008 18:42:43 -0000      1.27
+++ ChangeLog   11 Mar 2008 01:45:22 -0000      1.28
@@ -1,3 +1,8 @@
+2008-03-11  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (PO4A_XHTMLFLAGS): Pass extra option `attributes' to
+       make the `content' attribute of <meta> translatable.
+
 2008-03-10  Kaloian Doganov  <address@hidden>
 
        * GNUmakefile (PO4A_XHTMLFLAGS): Migrate to the new

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- GNUmakefile 10 Mar 2008 18:42:43 -0000      1.10
+++ GNUmakefile 11 Mar 2008 01:45:22 -0000      1.11
@@ -28,6 +28,7 @@
 PO4A-TRANSLATEFLAGS = --keep=0
 
 PO4A_XHTMLFLAGS = --format=xhtml -o ontagerror=silent \
+                   -o "attributes=<meta>content" \
        -o "untranslated=W<gnun> W<script>" -o "translated=W<pre>"
 
 # This variable exists only for the purpose of defining it to a

Index: TODO
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/TODO,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- TODO        5 Mar 2008 18:52:28 -0000       1.6
+++ TODO        11 Mar 2008 01:45:22 -0000      1.7
@@ -2,20 +2,10 @@
 
 * Present bugs
 
-** Po4a wraps the <script> of the FSF widget at /server/banner.html,
-  which makes it disfunctional.  It seems that the problem is the
-  C++-style comment `// already a member...'.  The solution would be
-  either to 1) Include a comment for translators that will appear in
-  PO message not to include it; 2) Delete it somehow automatically; 3)
-  Persuade Matt not do to such things.
-
-** <meta> elements not translatable.
+** #include directives propagate in the POT.
 
 ** Problems with <pre> elements.
-   They are treated as one giant message in the PO files, which
-   probably is then formatted in arbitrary ways.  Should experiment to
-   see if formatting it properly in `msgstr' gives good results.
-   See gnu/po/initial-announcement.pot.
+   (Fixed in 0.33 but has to be verified)
 
 ** GNU Coding Standards compliance.
 




reply via email to

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