Skip to content
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
@Janneman84

Description

@Janneman84

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)?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions