Looks like there's a discrepancy in the plural forms definition for "ar".
In your .po we have: n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n >= 3 && n <= 10 ? 3 : n >= 11 && n <= 99 ? 4 : 5 While GloptPress has n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5 (taken from: http://translate.sourceforge.net/wiki/l10n/pluralformsl) By the way, the same GlotPress definition is also currently used on 'ar' WordPress.com (http://translate.wordpress.com/projects/wpcom/ar/default), and we've had no indication of anything wrong there. Could you check? Thanks Z On 2 July 2010 03:04, Rasheed <[email protected]> wrote: > http://svn.automattic.com/wordpress-i18n/ar/tags/3.0/messages/ar.po > > Thanks > > > > 2010/7/2 José Fontainhas <[email protected]> >> >> Could you link me to the .po you imported? >> >> Thanks >> Z >> >> >> On 2 July 2010 00:06, Rasheed <[email protected]> wrote: >> > Hello, >> > >> > I noticed plural form is incomplete when importing po file. >> > >> > example: >> > >> > http://translate.wordpress.org/projects/wp/3.0.x/ar/default?filters[status]=either&filters[original_id]=9682&filters[translation_id]=556560 >> > >> > The last 2 boxes still empty. >> > >> > What could be the reason ? >> > >> > Thanks >> > >> > >> > >> > _______________________________________________ >> > wp-polyglots mailing list >> > [email protected] >> > http://lists.automattic.com/mailman/listinfo/wp-polyglots >> > >> > >> _______________________________________________ >> wp-polyglots mailing list >> [email protected] >> http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ > wp-polyglots mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > _______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
