11 lines
248 B
Ruby
11 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" }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|