feat: implement 'not_started' task status with validation and UI updates
This commit is contained in:
@@ -135,6 +135,7 @@ const translations = {
|
||||
|
||||
// Task statuses
|
||||
taskStatus: {
|
||||
not_started: "Nie rozpoczęte",
|
||||
pending: "Oczekujące",
|
||||
in_progress: "W trakcie",
|
||||
completed: "Ukończone",
|
||||
@@ -699,6 +700,7 @@ const translations = {
|
||||
},
|
||||
|
||||
taskStatus: {
|
||||
not_started: "Not Started",
|
||||
pending: "Pending",
|
||||
in_progress: "In Progress",
|
||||
completed: "Completed",
|
||||
|
||||
Reference in New Issue
Block a user