[Po4a-commits] "po4a/lib/Locale/Po4a Xml.pm,1.76,1.77"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Sat Oct 4 12:38:04 UTC 2008
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv10485/lib/Locale/Po4a
Modified Files:
Xml.pm
Log Message:
- Fix typos and formating in the Locale:Po4a:XML man page. Closes: #494626
Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Xml.pm 23 Aug 2008 01:37:07 -0000 1.76
+++ Xml.pm 4 Oct 2008 12:38:02 -0000 1.77
@@ -271,7 +271,7 @@
Example: WE<lt>chapterE<gt>E<lt>titleE<gt>
Note: This option is deprecated.
-You should use the B<translated> and B<untranslate> options instead.
+You should use the B<translated> and B<untranslated> options instead.
=item attributes
@@ -306,19 +306,22 @@
=item translated
-=item unstranslated
-
-Space-separated list of the tags you want to translate or not.
+Space-separated list of the tags you want to translate.
The tags must be in the form <aaa>, but you can join some (<bbb><aaa>) to
indicate that the content of the tag <aaa> will only be translated when
-itâs into a <bbb> tag.
+it's into a <bbb> tag.
You can also specify some tag options putting some characters in front of
-the tag hierarchy. For example, you can put âwâ (wrap) or âWâ (donât wrap)
+the tag hierarchy. For example, you can put 'w' (wrap) or 'W' (don't wrap)
to overide the default behavior specified by the global "wrap" option.
Example: WE<lt>chapterE<gt>E<lt>titleE<gt>
+=item untranslated
+
+Space-separated list of the tags you do not want to translate or not. It
+uses the same format as the B<translated> option.
+
=back
=cut
More information about the Po4a-commits
mailing list