Skip to content
Snippets Groups Projects
Commit fb90ba75 authored by insert's avatar insert
Browse files

Use dayjs strings directly.

parent 5b55abb3
No related merge requests found
......@@ -44,10 +44,11 @@
}
},
"dayjs": {
"lastDay": "Yesterday at",
"sameDay": "Today at",
"nextDay": "Tomorrow at",
"last": "Last",
"at": "at"
"lastDay": "[Yesterday at] LT",
"sameDay": "[Today at] LT",
"nextDay": "[Tomorrow at] LT",
"lastWeek": "[Last] dddd [at] LT",
"nextWeek": "dddd [at] LT",
"sameElse": "L"
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment