Update translations.

This commit is contained in:
James Cole
2024-01-03 13:05:54 +01:00
parent 7bba67130a
commit e6fe08dd61
73 changed files with 5900 additions and 5835 deletions

View File

@@ -864,7 +864,7 @@ export default {
// set first date.
let today = new Date();
this.transactions[0].date = today.getFullYear() + '-' + ("0" + (today.getMonth() + 1)).slice(-2) + '-' + ("0" + today.getDate()).slice(-2)
+ 'T00:00';
+ 'T'+ ("0" + today.getHours()).slice(-2) +':' + ("0" + today.getMinutes()).slice(-2);
//console.log(this.transactions[0].date);
// call for extra clear thing: