fix deleting directory

this used to corrupt the local state (password entities remained in DB
but files/dirs were removed from git and disk)
This commit is contained in:
Lysann Tranvouez 2026-03-09 12:11:37 +01:00
parent 12c8c04203
commit 98646242e0
4 changed files with 24 additions and 0 deletions

View file

@ -73,6 +73,7 @@
"KeyImportError." = "Cannot import the key.";
"FileNotFoundError." = "File '%@' cannot be read.";
"PasswordDuplicatedError." = "Cannot add the password; password is duplicated.";
"CannotDeleteDirectoryError." = "Cannot delete directories; delete passwords instead.";
"GitResetError." = "Cannot identify the latest synced commit.";
"GitCreateSignatureError." = "Cannot create a valid author/committer signature.";
"GitPushNotSuccessfulError." = "Pushing local changes was not successful. Make sure there are no uncommitted changes on the remote repository.";