[Po4a-commits] "po4a/lib/Locale/Po4a Sgml.pm,1.125,1.126"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Dec 6 15:56:10 UTC 2008
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv1416/lib/Locale/Po4a
Modified Files:
Sgml.pm
Log Message:
* lib/Locale/Po4a/Sgml.pm: Move acronym from the translate
category to the ignore category: <acronym> can appear in a
paragraph, and should not break the current block.
Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Sgml.pm 20 Jul 2008 16:11:35 -0000 1.125
+++ Sgml.pm 6 Dec 2008 15:56:08 -0000 1.126
@@ -460,7 +460,7 @@
"tag taglist titlepag toc");
} elsif ($prolog =~ /docbook/i) {
- $self->set_tags_kind("translate" => "abbrev acronym artheader attribution ".
+ $self->set_tags_kind("translate" => "abbrev artheader attribution ".
"date ".
"edition editor entry ".
"figure ".
@@ -496,7 +496,7 @@
"warning",
"verbatim" => "address cmdsynopsis holder literallayout programlisting ".
"refentrytitle refname refpurpose screen term title",
- "ignore" => "action affiliation anchor application arg author authorinitials ".
+ "ignore" => "acronym action affiliation anchor application arg author authorinitials ".
"command citation citerefentry citetitle classname co computeroutput constant corpauthor ".
"database po4abeg po4aend ".
"email emphasis envar errorcode errorname errortext errortype exceptionname ".
More information about the Po4a-commits
mailing list