feat(settings/user/birthday): implement

This commit is contained in:
2025-12-30 18:11:50 +01:00
parent bc5ed0e31b
commit ee90dc5220
3 changed files with 95 additions and 1 deletions

View File

@@ -35,6 +35,14 @@
"title": "Color",
"description": "Select your favorite color.",
"confirmation": "Color setting saved."
},
"birthday": {
"title": "Birthday",
"description": "This is my birthday.",
"confirmation": {
"today": "Yes, it's today!",
"future": "Dont forget to wish me in {days} days!"
}
}
},
"touchScreen": {