From 04426d79de9f61229a0f2800d4c6288639837664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20Su=C3=A1rez?= Date: Mon, 31 Jul 2023 20:21:24 +0100 Subject: [PATCH] Fixing language problems Added cv download icon Added translation to download cv icon --- components/layout/LangSwitcher.vue | 25 +++++++++++++++++++++---- components/tabs/Home.vue | 17 +++++++++-------- locales/en-US.js | 1 + locales/es-ES.js | 1 + plugins/route-lang.js | 4 +++- store/index.js | 1 + 6 files changed, 36 insertions(+), 13 deletions(-) diff --git a/components/layout/LangSwitcher.vue b/components/layout/LangSwitcher.vue index b44cf72..9d0ffe8 100644 --- a/components/layout/LangSwitcher.vue +++ b/components/layout/LangSwitcher.vue @@ -7,18 +7,35 @@