This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Datepicker uses wrong month names from localization file #5440
Open
Description
I'm localizing an application to Polish, and it turns out that languages from that region have two different versions of each month's name.
More info here:
angular/angular.js#10247
Now the datepicker seems to be using the wrong ones. In Angular's localization files both versions are present. Basically the datepicker should use STANDALONEMONTH for in the popup (lists, dropdowns etc.). The other version should be used when formatting date strings, above link provides a regex to determine when to use what.
So is it possible to make the datepicker use the right month names (or maybe I'm just overlooking something)?