Page MenuHomePhabricator

# shows 1 2 3 4 and not १ २ ३ ४ on marathi wikipedia.
Closed, DeclinedPublic

Description

Author: subhash.raut

Description:
hello stewards,
presently the numbers produced by list command "#" are 1 2 3 4 and not १ २ ३ ४
is there we can change this. which will make the interface more close to the language

thanks
सुभाष राऊत


Version: unspecified
Severity: enhancement
URL: http://mr.wikipedia.org

Details

Reference
bz13158

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:01 PM
bzimport set Reference to bz13158.
bzimport added a subscriber: Unknown Object (MLST).

Ordered lists can be formatted using CSS, by setting list-style-type to one of the accepted values:

http://www.w3schools.com/css/pr_list-style-type.asp

As you notice, the list is very limited. Numbering in most of the non-Roman languages (from Arabic to Indian to Chinese) is not supported. Unfortunately, this includes Marathi.

By the way, we are not Stewards here! We are developers :)