From 97e338f9d4f388596d550990457254c7fa1a3492 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 29 Mar 2021 17:46:51 +0200 Subject: [PATCH] Added button (including translations ref #116 --- src/components/cards/AddCardBulkModal.svelte | 10 +- src/locales/de.json | 850 +++++++++--------- src/locales/en.json | 852 ++++++++++--------- 3 files changed, 862 insertions(+), 850 deletions(-) diff --git a/src/components/cards/AddCardBulkModal.svelte b/src/components/cards/AddCardBulkModal.svelte index 9d1c5274..28e997c3 100644 --- a/src/components/cards/AddCardBulkModal.svelte +++ b/src/components/cards/AddCardBulkModal.svelte @@ -215,7 +215,15 @@ on:click={submit_without_print} type="button" class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm"> - {$_('create')} + {$_('create-and-generate-pdf')} + +