Merge pull request #267 from Worklenz/feature/show-multiples-levels-of-subtaks-in-task-list

Feature/show multiples levels of subtaks in task list
This commit is contained in:
Chamika J
2025-07-15 13:31:10 +05:30
committed by GitHub
17 changed files with 705 additions and 281 deletions

View File

@@ -1,7 +1,13 @@
{
"taskHeader": {
"taskNamePlaceholder": "Type your Task",
"deleteTask": "Delete Task"
"deleteTask": "Delete Task",
"parentTask": "Parent Task",
"currentTask": "Current Task",
"back": "Back",
"backToParent": "Back to Parent Task",
"toParentTask": "to parent task",
"loadingHierarchy": "Loading hierarchy..."
},
"taskInfoTab": {
"title": "Info",