feat: add titles to icon-only buttons
Docker Build / build (push) Has been cancelled
TS Lint / ESLint (push) Has been cancelled
TS Lint / Oxlint (push) Has been cancelled
TS Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-07-15 16:08:52 +02:00
parent db9ecb4773
commit f811facff8
4 changed files with 44 additions and 13 deletions
+6 -1
View File
@@ -78,5 +78,10 @@
"call_to_action": "Create your list below:",
"home_button": "Let's go !",
"share_button": "Share my list",
"share_text": "Check my list on Tout Doux!"
"share_text": "Check my list on Tout Doux!",
"add_button": "Add task",
"cancel_button": "Cancel editing",
"save_button": "Save task",
"clone_button": "Clone task",
"delete_button": "Delete task"
}