Index: trunk/phase3/includes/Parser.php |
— | — | @@ -1341,7 +1341,7 @@ |
1342 | 1342 | |
1343 | 1343 | if ( $ns == NS_CATEGORY ) { |
1344 | 1344 | wfProfileIn( "$fname-category" ); |
1345 | | - $t = $nt->getText(); |
| 1345 | + $t = $wgContLang->convert($nt->getText()); |
1346 | 1346 | $s = rtrim($s . "\n"); # bug 87 |
1347 | 1347 | |
1348 | 1348 | $wgLinkCache->suspend(); # Don't save in links/brokenlinks |