Hi, I can confirm that the abbreviated months are “окт.” and “дек.” in Russian
for CLDR. I think this specific string been stable for some time (since about
2012), recently re-confirmed by multiple linguist participants.
--
Steven R. Loomis | @srl295 | git.io/srl295
> El ene. 9, 2020, a las 9
Hi Gennady,
I must've overlooked your original question. As to the Russian
abbreviated month names, they all come from CLDR. For example, CLDR's
abbreviated formatting month name for October in Russian is "окт." as in
(look for "·ru·" in that chart):
http://unicode.org/cldr/charts/36/by_type
Any updates regarding this?
Btw, probably I found another one bug which can be easily reproduced using an
example below
final DateTimeFormatter FORMATTER =
DateTimeFormatter.ofPattern("dd MMM ", new Locale("ru"));
final LocalDate startDate = LocalDate.of(2020, 12, 31)
final String fo