diff po/check_po.pl @ 28197:0d4b9ed6665a

Some of our translations actually have 6 plural forms.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 04 Sep 2009 04:00:54 +0000
parents a675137fc598
children 2046abd60e0a
line wrap: on
line diff
--- a/po/check_po.pl	Fri Sep 04 03:45:43 2009 +0000
+++ b/po/check_po.pl	Fri Sep 04 04:00:54 2009 +0000
@@ -361,7 +361,7 @@
         $state = S_DOING_MSGSTR;
         next LINE;
     }
-    if ( m(^msgstr\[[0-2]\] \"(.*)\"$) ) {
+    if ( m(^msgstr\[[0-5]\] \"(.*)\"$) ) {
         @amsgstr = ($1);
         $state = S_DOING_MSGSTR;
         next LINE;