Ticket #5088 (closed bug: fixed)
Date picker localization in RO
| Reported by: | cdumitru | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ui.datepicker | Version: | 1.7.2 |
| Keywords: | localization,ro,dateformat | Cc: | |
| Blocking: | Blocked by: |
Description
The RO localization file has the following mistakes:
dateFormat should be 'dd.mm.yy' and not 'dd MM yy' because
- the month indicator for datepicker is mm and not MM
- the date separator in Romanian is the dot, not the space
This rends the intialization of a datepicker control useless, since it does not recognize the initial date format in the attached field.
weekHeader should be 'Săpt' and not 'Sapt'
This is minor
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r3727.