comparison 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
comparison
equal deleted inserted replaced
28196:ba35d96b9440 28197:0d4b9ed6665a
359 if ( m(^msgstr \"(.*)\"$) ) { 359 if ( m(^msgstr \"(.*)\"$) ) {
360 @amsgstr = ($1); 360 @amsgstr = ($1);
361 $state = S_DOING_MSGSTR; 361 $state = S_DOING_MSGSTR;
362 next LINE; 362 next LINE;
363 } 363 }
364 if ( m(^msgstr\[[0-2]\] \"(.*)\"$) ) { 364 if ( m(^msgstr\[[0-5]\] \"(.*)\"$) ) {
365 @amsgstr = ($1); 365 @amsgstr = ($1);
366 $state = S_DOING_MSGSTR; 366 $state = S_DOING_MSGSTR;
367 next LINE; 367 next LINE;
368 } 368 }
369 if ( m(^\"(.*)\"$) ) { 369 if ( m(^\"(.*)\"$) ) {