2 * Polish (polski) language functions
5 mediaWiki.language.convertPlural = function( count, forms ) {
6 forms = mediaWiki.language.preConvertPlural( forms, 3 );
7 count = Math.abs( count );
11 switch ( count % 10 ) {
15 if ( count / 10 % 10 != 1 ) {