Ticket #94 (closed defect: fixed)
Date.prototype.daySuffix is not localisable
| Reported by: | MartinBudden | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
The day suffixes are hardcoded as "st", "nd" and "rd", which are English. The only way to localise the suffices is to hijack the function: translators should not have to do this.
The correct solution is to have a 31 element array, config.messages.dates.dateSuffixes.
Change History
Note: See
TracTickets for help on using
tickets.
