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

Change dayjs format, add defaults.

parent 968eedd8
Branches
No related merge requests found
......@@ -455,12 +455,16 @@
}
},
"dayjs": {
"lastDay": "[Yesterday at] LT",
"sameDay": "[Today at] LT",
"nextDay": "[Tomorrow at] LT",
"lastWeek": "[Last] dddd [at] LT",
"nextWeek": "dddd [at] LT",
"sameElse": "L"
"lastDay": "[Yesterday at] {{time}}",
"sameDay": "[Today at] {{time}}",
"nextDay": "[Tomorrow at] {{time}}",
"lastWeek": "[Last] dddd [at] {{time}}",
"nextWeek": "dddd [at] {{time}}",
"defaults": {
"date_separator": "/",
"date_format": "traditional",
"twelvehour": "yes"
}
},
"notifications": {
"sent_request": "@{{person}} sent you a friend request.",
......
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