[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.88,1.89"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Feb 29 19:56:00 UTC 2008


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

Modified Files:
	Po.pm 
Log Message:
Register the strings as plural, even if there are no plural msgstr
(msgid_plural is sufficient).


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Po.pm	29 Feb 2008 19:35:26 -0000	1.88
+++ Po.pm	29 Feb 2008 19:55:57 -0000	1.89
@@ -298,7 +298,7 @@
             }
         }
         $linenum++;
-        if (defined $msgstr) {
+        if (defined $msgid_plural) {
             $msgstr_plural=$buffer;
 
             $msgid = unquote_text($msgid) if (defined($msgid));




More information about the Po4a-commits mailing list