Show salutation based on the time of day

This commit is contained in:
kolaente 2021-07-06 17:13:13 +02:00
parent f3715c7900
commit c7c9b5ee47
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 43 additions and 17 deletions

View file

@ -1,6 +1,9 @@
{
"home": {
"welcome": "Hi {username}",
"welcomeNight": "Good Night {username}",
"welcomeMorning": "Good Morning {username}",
"welcomeDay": "Hi {username}",
"welcomeEvening": "Good Evening {username}",
"list": {
"newText": "You can create a new list for your new tasks:",
"new": "Create a new list",