| Index: trunk/extensions/Translate/specials/SpecialTranslate.php |
| — | — | @@ -292,6 +292,8 @@ |
| 293 | 293 | } |
| 294 | 294 | |
| 295 | 295 | protected function doStupidLinks() { |
| | 296 | + global $wgLang; |
| | 297 | + |
| 296 | 298 | if ( $this->paging === null ) { |
| 297 | 299 | return ''; |
| 298 | 300 | } |
| — | — | @@ -308,7 +310,7 @@ |
| 309 | 311 | $navigation = wfMsgExt( |
| 310 | 312 | 'translate-page-showing-all', |
| 311 | 313 | array( 'parseinline' ), |
| 312 | | - $total |
| | 314 | + $wgLang->formatNum( $total ) |
| 313 | 315 | ); |
| 314 | 316 | } else { |
| 315 | 317 | $previous = wfMsg( 'translate-prev' ); |