Added translations 🌎

ref #113
This commit is contained in:
2021-04-15 15:34:36 +02:00
parent 57618156b4
commit d015f97395
5 changed files with 27 additions and 14 deletions

View File

@@ -187,7 +187,7 @@
(obj) => obj.id !== donation.id
);
Toastify({
text: 'Donation deleted',
text: $_('donation-deleted'),
duration: 500,
backgroundColor:
'linear-gradient(to right, #00b09b, #96c93d)',
@@ -203,7 +203,7 @@
class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
<button
on:click={() => {open_payment_modal(donation);}}
class="text-green-600 hover:text-green-900 mr-4">Add payment</button>
class="text-green-600 hover:text-green-900 mr-4">{$_('enter-payment')}</button>
<a
href="./{donation.id}"
class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>