https://bugzilla.wikimedia.org/show_bug.cgi?id=36070
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bawolff <[email protected]> 2012-04-19 02:22:41 UTC --- (In reply to comment #1) > How about to add this to the AtoB parameter like <pageslist 1to20=bengali /> > and add support for other number systems (devangari, telugu, thai, ...). This > not solve the problem with the used page numbers atfer the "/", but I guess it > is much more easier to implement. Actually its really easy to fix. Extension should be calling $wgContLang->formatNum( number_here ); before outputting any number. (or wfMessage( 'msg-name' )->numParams( 1233 ); if you like the new message class) -- 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
