Task lists WIP:

* new icon for the task app
* create task message action
This commit is contained in:
John Livingston
2024-05-12 18:45:51 +02:00
parent 31a95f774d
commit ac47e6314f
7 changed files with 147 additions and 10 deletions

View File

@ -27,7 +27,10 @@ const locKeys = [
'task_description',
'task_delete',
'task_delete_confirm',
'task_app_info'
'task_app_info',
'task_list_pick_title',
'task_list_pick_empty',
'task_list_pick_message'
]
module.exports = locKeys