From c579e43e37c28e54c68ee0ad974590b85d13bcec Mon Sep 17 00:00:00 2001 From: Karel Vendla Date: Mon, 19 Apr 2021 13:26:37 +0300 Subject: [PATCH] Add a translation. --- public/locales/en.json | 3 ++- public/locales/est.json | 3 ++- src/views/dashboard/Invoices.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 1eb07aa..680c869 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -1,5 +1,6 @@ { "invoices": { - "title": "Invoices" + "title": "Invoices", + "new_invoice": "New invoice" } } diff --git a/public/locales/est.json b/public/locales/est.json index 690aa32..9d3e4cf 100644 --- a/public/locales/est.json +++ b/public/locales/est.json @@ -1,5 +1,6 @@ { "invoices": { - "title": "Arved" + "title": "Arved", + "new_invoice": "Uus arve" } } diff --git a/src/views/dashboard/Invoices.vue b/src/views/dashboard/Invoices.vue index 0f0387e..f095850 100644 --- a/src/views/dashboard/Invoices.vue +++ b/src/views/dashboard/Invoices.vue @@ -4,7 +4,7 @@

{{ $t('title') }}

- +