Search and Top Navigation
#5088 closed bug (fixed)
Opened January 22, 2010 11:59AM UTC
Closed January 25, 2010 08:07AM UTC
Last modified October 11, 2012 09:15PM UTC
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: | |
Blocked by: | Blocking: |
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
Fixed in r3727.