https://bugzilla.wikimedia.org/show_bug.cgi?id=18631
Niklas Laxström <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Niklas Laxström <[email protected]> 2009-04-30 19:45:18 UTC --- The question is why Chinese is showing this mostly non-useful information compared to English translations. Translations should be translations, not customisations. If this information would be deemed useful (I don't think it is[1]), one language departing from the source leaves the other three hundred languages without the improvement. Also the number must be passed trough $wgLang->formatNum() if it were to be used like this, but it is currently not: > $msg = wfMsgExt( 'pagecategories', array( 'parsemag', 'escapenoentities' ), > count( $allCats['normal'] ) ); [1] If people can't count the few categories there is, there is probably too many, imho. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
