Closed Huji closed 7 months ago
Sounds good to me! We could also adopt the january-date
, february-date
, etc messages while at it, so that we don't have to assume the preferred order of the number and the month name.
Exported to https://phabricator.wikimedia.org/T361301.
In line 200 we have:
The issue is
date.getDate()
returns the day number in ASCII characters (e.g. 8) but some languages (e.g. Persian, Hindi, etc.) use other numerals.mw.language.convertNumber(date.getDate())
would fix it, assuming a dependency tomw.language
is acceptable.