Checklist, hide checked checklist items (configureable at each checklist)

This commit is contained in:
Martin Filser 2024-08-07 21:32:40 +02:00
parent 7623c8dcb7
commit bb17feaa17
5 changed files with 48 additions and 19 deletions

View file

@ -958,6 +958,7 @@
"delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has",
"delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list",
"hide-checked-items": "Hide checked items",
"hide-finished-checklist": "Hide finished checklist",
"task": "Task",
"create-task": "Create Task",
"ok": "OK",
@ -1251,5 +1252,6 @@
"convert-to-markdown": "Convert to markdown",
"import-board-zip": "Add .zip file that has board JSON files, and board name subdirectories with attachments",
"collapse": "Collapse",
"uncollapse": "Uncollapse"
"uncollapse": "Uncollapse",
"hideCheckedChecklistItems": "Hide checked checklist items"
}