Closed
Description
the frontend datepicker control (for example for the DOB field) is not localized: month names, day names and week start date are all using en_US.
Preconditions
- Magento 2.1.0 CE
- a non-en_US language pack is installed, which contains the translated month and weekday names, assuming de_DE for this issue
- frontend store is set to use this language/locale
Steps to reproduce
- Admin > Settings > Configuration > Customer > Customer Configuration > "Show Date of Birth: Require"
- Admin > Settings > Configuration > General > Locale Options > "First Day of Week: Monday"
- clear cache / rebuild static assets if needed
- in the frontend, edit your account and use the datepicker of the DoB control
Expected result
- the month names in the dropdown are translated
- the weekday names are translated
- the week starts with monday
Actual result
- the month names are in english
- the weekday names are in english
- the week starts with sunday