demarches-normaliennes/config/locales/time_format.en.rb
2018-09-07 12:02:26 +02:00

10 lines
248 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" }
}
}
}
}