You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Languages like Polish and Croatian have different versions of months names depending on the context.
The Angular's localization files now have both versions present ("MONTH" and "STANDALONEMONTH"). But the date filter doesn't seems to be always using the right ones, actually it still only seems to use the "MONTH" version at all times
For example if you use "MMMM" to just get the month's name it should show the version from "STANDALONEMONTH".
Would it be possible to at least make the plain "MMMM" one behave correctly? Because if it does then AngularUI's datepicker will work correctly too. Thanks.
Or introduce a new code, like five M's ('MMMMM') or something for the standalone version so people can choose themselves what version should be used.