[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.98,1.99"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Fri Sep 2 16:04:31 UTC 2005
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv15478/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
Implement the 'hw' request.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Man.pm 2 Sep 2005 16:00:33 -0000 1.98
+++ Man.pm 2 Sep 2005 16:04:29 -0000 1.99
@@ -1626,3 +1626,11 @@
### this from the generated manpage, and declare our own header
###
$macro{'UC'}=$macro{'AT'}=\&untranslated;
+
+# Request: .hw word1 word2 ...
+# Define how WORD1, WORD2, etc. are to be hyphenated. The words
+# must be given with hyphens at the hyphenation points.
+#
+# If the english page needs to specify how a word must be hyphanted, the
+# translated page may also have this need.
+$macro{'hw'}=\&translate_each;
More information about the Po4a-commits
mailing list