-
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
Description
In case of polish locale("pl", "PL"), the library returns incorrect translations.
Example:
Locale locale = PartnerManager.getInstance().getConfig().market.locale;
return Month.of(month).getDisplayName(TextStyle.FULL_STANDALONE, locale);
returns stycznia (genitive) - should be Styczeń (nominative, standalone)
The correct translations are:
jan) stycznia -> Styczeń
feb) lutego -> Luty
mar) marca - > Marzec
apr) kwietnia -> Kwiecień
may) maja -> Maj
jun) czerwca -> Czerwiec
jul) lipca -> Lipiec
aug) sierpnia -> Sierpień
sep) września -> Wrzesień
oct) października -> Październik
nov) listopada -> Listopad
dec) grudnia -> Grudzień
andrzejchm, v170nix, pasevinapolina, bardss, aantoniv and 4 more