Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -1146,7 +1146,8 @@ |
1147 | 1147 | } |
1148 | 1148 | |
1149 | 1149 | if ( $numArticles > 0 ) { |
1150 | | - $articles = wfMsgExt( 'coll-n_pages', array( 'parsemag' ), $numArticles ); |
| 1150 | + global $wgLang; |
| 1151 | + $articles = wfMsgExt( 'coll-n_pages', array( 'parsemag' ), $wgLang->formatNum( $numArticles ) ); |
1151 | 1152 | $showCollection = wfMsgHtml( 'coll-show_collection' ); |
1152 | 1153 | $showURL = htmlspecialchars( SkinTemplate::makeSpecialUrl( 'Collection') ); |
1153 | 1154 | $out .= <<<EOS |