translate missing strings

This commit is contained in:
p0lycarpio
2023-09-04 11:46:48 +02:00
parent e2665bcebf
commit 150a961a08
40 changed files with 420 additions and 40 deletions

View File

@@ -78,7 +78,7 @@
<v-spacer></v-spacer>
<BaseButton class="mr-1 mb-1" color="info" @click="bulkUrls.push({ url: '', categories: [], tags: [] })">
<template #icon> {{ $globals.icons.createAlt }} </template>
New
{{ $t('general.new') }}
</BaseButton>
<RecipeDialogBulkAdd v-model="bulkDialog" class="mr-1 mr-sm-0 mb-1" @bulk-data="assignUrls" />
</v-card-actions>