Sha256: f079ea57ed7e0fa13718bba925b0469d73390aa132f93da93ebf88c5f771107e
Contents?: true
Size: 1.15 KB
Versions: 11
Compression:
Stored size: 1.15 KB
Contents
uk: 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: "%d %B %Y" day_names: [неділя, понеділок, вівторок, середа, четвер, "п'ятниця", субота] abbr_day_names: [нд., пн., вт., ср., чт., пт., сб.] # Don't forget the nil at the beginning; there's no such thing as a 0th month month_names: [~, Січень, Лютий, Березень, Квітень, Травень, Червень, Липень, Серпень, Вересень, Жовтень, Листопад, Грудень] abbr_month_names: [~, січ., лют., бер., квіт., трав., черв., лип., серп., вер., жовт., лист., груд.] # Used in date_select and datime_select. order: [ :day, :month, :year ] time: formats: default: "%a, %d %b %Y, %H:%M:%S %z" short: "%d %b, %H:%M" long: "%d %B %Y, %H:%M" am: "до полудня" pm: "по полудні"
Version data entries
11 entries across 11 versions & 2 rubygems