[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.94,1.95"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sat Feb 28 22:18:41 UTC 2009


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv3225/lib/Locale/Po4a

Modified Files:
	Po.pm 
Log Message:
	* NEWS, lib/Locale/Po4a/Po.pm: Tag "type:" comments as extracted
	comments (starting with '#. ') instead of translator comments.


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Po.pm	31 Jan 2009 19:04:46 -0000	1.94
+++ Po.pm	28 Feb 2009 22:18:39 -0000	1.95
@@ -408,7 +408,7 @@
                 $output .= format_comment($comment, ". ")
             }
         }
-        $output .= format_comment($self->{po}{$msgid}{'type'}," type: ")
+        $output .= format_comment($self->{po}{$msgid}{'type'},". type: ")
             if    defined($self->{po}{$msgid}{'type'})
                && length ($self->{po}{$msgid}{'type'});
         $output .= format_comment($self->{po}{$msgid}{'reference'},": ")




More information about the Po4a-commits mailing list