Opened 8 years ago
Closed 7 years ago
#18272 closed feature (patchwelcome)
ValuePickerTimePicker does not handle AM and PM correctly in certain languages
Reported by: | scottsd | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Mobile | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Language Affected: Polish, Slovak
In the Change Time and Date dialog, the time period only display AM and PM whatever the locale is on the device. But in some languages, they do not use PM and AM, but use 24 hours format instead.
Language Affected: Korean
PROBLEM DESCRIPTION
In Change Time and Data dialog, the time section always display AM and PM whatever the device locale is. But in some languages, AM and PM should be displayed in localized languages. So AM and PM should be able to be translated.
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Type: | defect → feature |
---|
comment:3 Changed 7 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in more than a year, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!
I dont know if it's a defect, more of a feature request to make ValuePickerTimePicker? locale aware. It says in the documentation that you need to set the is24h flag, otherwise you get 12h with AM/PM: http://dojotoolkit.org/reference-guide/1.10/dojox/mobile/ValuePickerTimePicker.html