Opened 10 years ago
Closed 10 years ago
#8523 closed bug (notabug)
Tamil Calendar localisation is incorrect
Reported by: | Shanmuga | Owned by: | Shanmuga |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Tamil month name is not translated instead it is in tamil calendar actual month. It is not August = Avani(tamil month)
Change History (4)
comment:1 Changed 10 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Owner: | set to Shanmuga |
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
Tamil month names used in calendar is not the translated instead you have used tamil months. It is different.
Use "ஆகஸ்டு 2012" instead of "ஆவணி 2012" in your demo: http://jqueryui.com/demos/datepicker/localization.html.
Thanks for the good work!
comment:3 Changed 10 years ago by
Status: | new → pending |
---|
To clarify, you're saying we should use the stand-alone wide months from CLDR? What should we be using for monthNamesShort
? Are the day names all correct?
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Can you please provide more detail than this? Are you saying that the month names we're using apply only to the Tamil calendar and not the Gregorian calendar? It looks like CLDR has different values listed: http://unicode.org/cldr/trac/browser/tags/release-21-0-2/common/main/ta.xml#L1064
Can you confirm that the values in CLDR are what you expect? Also, I'm not sure when to use the format context or the stand-alone context, so if you could specify which values should be listed that would be helpful. Of course, the most helpful thing you could do is to send a pull request with the corrected values.