CoderDennis / elm-time-format / Time.Format.I18n.I_ru_ru

Russian values for day and month names.

dayShort : Time.Weekday -> String

Day short name.

dayName : Time.Weekday -> String

Day full name.

monthShort : Time.Month -> String

Month short name. sources: http://new.gramota.ru/spravka/buro/search-answer?s=242637 http://www.unicode.org/cldr/charts/28/summary/ru.html#1753

monthName : Time.Month -> String

Month full name.

dayOfMonthWithSuffix : Basics.Bool -> Basics.Int -> String

Just convert to string

twelveHourPeriod : Time.Format.TwelveHourClock.TwelveHourPeriod -> String

12-hour clock period (AM/PM) translation and formatting.