Sha256: 847c4dda5d1e6dc3b0c0864be5edfeb66e29d3d29d72372b4c017e48d938e438
Contents?: true
Size: 1.08 KB
Versions: 24
Compression:
Stored size: 1.08 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" 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
24 entries across 24 versions & 2 rubygems