From ba5159b70c11e0566f4e77e106195caab9dd9850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 15 Feb 2019 16:00:40 +0100 Subject: [PATCH] Add translations to fix first step definitions --- components/ContributionForm.vue | 4 ++-- locales/de.json | 3 ++- locales/en.json | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/components/ContributionForm.vue b/components/ContributionForm.vue index f7a1798a4..8e96c35fe 100644 --- a/components/ContributionForm.vue +++ b/components/ContributionForm.vue @@ -29,7 +29,7 @@ ghost @click.prevent="$router.back()" > - Abbrechen + {{ $t('actions.cancel') }} - Speichern + {{ $t('actions.save') }} diff --git a/locales/de.json b/locales/de.json index 6d0843cb5..b3e6289ac 100644 --- a/locales/de.json +++ b/locales/de.json @@ -5,7 +5,8 @@ "create": "Erstellen", "save": "Speichern", "edit": "Bearbeiten", - "delete": "Löschen" + "delete": "Löschen", + "cancel": "Abbrechen" }, "login": { "copy": "Wenn Du bereits ein Konto bei Human Connection hast, melde Dich bitte hier an.", diff --git a/locales/en.json b/locales/en.json index 8663ae800..cfe634675 100644 --- a/locales/en.json +++ b/locales/en.json @@ -5,7 +5,8 @@ "create": "Create", "save": "Save", "edit": "Edit", - "delete": "Delete" + "delete": "Delete", + "cancel": "Cancel" }, "login": { "copy": "If you already have a human-connection account, login here.",