changeset 28556: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 ba35d96b9440
children 18d299472a97
files po/check_po.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;