Search and Top Navigation
#15142 closed bug (fixed)
Opened March 01, 2017 06:42PM UTC
Closed March 03, 2017 08:02PM UTC
Last modified March 03, 2017 10:52PM UTC
Datepicker: Incorrect capitalization for Swedish locale
Reported by: | scottgonzalez | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.2 |
Component: | ui.datepicker | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
All names should be lowercase.
Attachments (0)
Change History (2)
Changed March 03, 2017 08:02PM UTC by comment:1
_comment0: | Fixed in [https://github.com/jquery/jquery-ui/commit/032ddc3349f625e0840aa8e266b5d8ebee994853 032ddc3349f625e0840aa8e266b5d8ebee994853]. → 1488581543656667 |
---|---|
resolution: | → fixed |
status: | new → closed |
Changed March 03, 2017 10:51PM UTC by comment:2
owner: | → scottgonzalez |
---|
In [changeset:"032ddc3349f625e0840aa8e266b5d8ebee994853" 032ddc3]:
#!CommitTicketReference repository="" revision="032ddc3349f625e0840aa8e266b5d8ebee994853" Datepicker: Corrections for Swedish localization Months and weekdays should be in small caps in Swedish. https://sv.wikipedia.org/wiki/Versalisering Fixes #15142 Closes gh-1799