- Settings label priority as Title

- If drag down, the task become completed
This commit is contained in:
Paolo Arena
2019-01-27 21:49:10 +01:00
parent 83420447d3
commit 0733e92acd
7 changed files with 170 additions and 42 deletions

View File

@@ -84,6 +84,9 @@ const messages = {
undefined: 'non definito'
}
},
todo: {
completed: 'Completati'
}
},
enUk: {
comp:{
@@ -170,6 +173,9 @@ const messages = {
undefined: 'undefined'
}
},
todo: {
completed: 'Completed'
}
},
};