demarches-normaliennes/config/locales/time_format.en.rb
2022-10-31 16:12:02 +01:00

11 lines
320 B
Ruby

{
:en => {
:time => {
:formats => {
:message_date => lambda { |time, _| "%B #{time.day.ordinalize} at %H:%M" },
:message_date_with_year => lambda { |time, _| "%B #{time.day.ordinalize} %Y at %H:%M" },
:message_date_without_time => lambda { |_time, _| "%Y/%m/%d" }
}
}
}
}