#9289 closed bug (fixed)
Datepicker: Incorrect capitalisation for French and Spanish
Reported by: | eruiz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.4 |
Component: | ui.datepicker | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Capitalisation rules are different for different languages. In French and Spanish, month names should not be capitalised.
Change History (8)
comment:1 Changed 10 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Status: | new → open |
Summary: | Capitalisation rules are different for French and Spanish → Datepicker: Incorrect capitalisation for French and Spanish |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The changes to the fr file need to be copied to the demos/datepicker copy. The unit tests for formatDate need to be adjusted, since they have assertions for french formats.
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
Changeset: aaf75767fa98a6acdf00b1414bee622d3a3747cc
comment:6 Changed 9 years ago by
Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish. (cherry picked from commit 9726cd72b64e9e9735cfdb5564ebef64a6dab0aa)
Changeset: 511bd9842f67c2bd42661aa17b81669a1295ea6b
comment:7 Changed 9 years ago by
Milestone: | 1.11.0 → 1.10.4 |
---|
comment:8 Changed 9 years ago by
Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish (cherry picked from commit aaf75767fa98a6acdf00b1414bee622d3a3747cc)
Changeset: 7bbe9dc1142524569b0b5d5b7dffe1713c4d031b
Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish.