Sha256: e958298bea95441248745f388059ae8dfdb7e0c3c5b8b494c79570607be1ce29
Contents?: true
Size: 1.11 KB
Versions: 14
Compression:
Stored size: 1.11 KB
Contents
ru: date: formats: # Use the strftime parameters for formats. # When no format has been given, it uses default. # You can provide other formats here if you like! default: "%d.%m.%Y" short: "%d %b" long: "%e %B, %Y" only_day: "%e" day_names: [Воскресенье, Понедельник, Вторник, Среда, Четверг, Пятница, Суббота] abbr_day_names: [Вс, Пн, Вт, Ср, Чт, Пт, Сб] month_names: [~, Январь, Февраль, Март, Апрель, Май, Июнь, Июль, Август, Сентябрь, Октябрь, Ноябрь, Декабрь] abbr_month_names: [~, Янв, Фев, Мар, Апр, Май, Июн, Июл, Авг, Сен, Окт, Ноя, Дек] order: - year - month - day time: formats: default: "%a, %d %b %Y %H:%M:%S %z" short: "%d %b %H:%M" long: "%e %B, %Y %H:%M" am: "д.п." pm: "п.п." # Used in array.to_sentence. support: array: words_connector: ", " two_words_connector: " и " last_word_connector: " и "
Version data entries
14 entries across 14 versions & 2 rubygems