removed unused language strings

This commit is contained in:
Čarodej
2022-03-19 09:26:43 +01:00
parent 1ad8fbdd57
commit 7564c01fa3
29 changed files with 178 additions and 382 deletions
+2 -2
View File
@@ -57,7 +57,7 @@
@click.native="$downloadSelection()"
class="mr-4"
source="download"
:action="$t('actions.download')"
:action="$t('download_item')"
/>
</template>
<template v-slot:editor>
@@ -78,7 +78,7 @@
<ToolbarButton
@click.native="$downloadSelection()"
source="download"
:action="$t('actions.download')"
:action="$t('download_item')"
/>
</template>
</MobileMultiSelectToolbar>