Enable extracting zip files to current folder

This commit is contained in:
Nathan Rowe 2024-08-15 12:32:12 -05:00
parent e4c65883fd
commit ef23ff77e1
6 changed files with 360 additions and 0 deletions

View file

@ -83,6 +83,14 @@ copied = Copied {$items} {$items ->
} from {$from} to {$to}
emptying-trash = Emptying {trash}
emptied-trash = Emptied {trash}
extracting = Extracting {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
extracted = Extracted {$items} {$items ->
[one] item
*[other] items
} from {$from} to {$to}
moving = Moving {$items} {$items ->
[one] item
*[other] items
@ -131,6 +139,7 @@ dark = Dark
light = Light
# Context menu
extract-here = Extract
add-to-sidebar = Add to sidebar
new-file = New file...
new-folder = New folder...