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 @@ ...@@ -44,10 +44,11 @@
} }
}, },
"dayjs": { "dayjs": {
"lastDay": "Yesterday at", "lastDay": "[Yesterday at] LT",
"sameDay": "Today at", "sameDay": "[Today at] LT",
"nextDay": "Tomorrow at", "nextDay": "[Tomorrow at] LT",
"last": "Last", "lastWeek": "[Last] dddd [at] LT",
"at": "at" "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