Date filter (still) shows incorrect month names for Slavic languages #13999
Description
As a follow up of this issue:
#10247
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.
I'm on 1.4.9 by the way.