1
0

feat: make salutation i18n static

This commit is contained in:
Dominik Pschenitschni
2022-10-16 15:26:02 +02:00
parent ed56176f2d
commit c20de51a3c
4 changed files with 48 additions and 43 deletions

View File

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