From 6b178d952a3563657afcb71e4697bf1b56ebbbda Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Fri, 17 May 2024 16:19:42 +0100 Subject: [PATCH] add Spanish translation --- frontend/src/App.vue | 2 +- frontend/src/i18n/en.json | 2 +- frontend/src/i18n/es.json | 918 +++++++++++++++++++++++++++++++++++++ frontend/src/i18n/index.js | 2 + 4 files changed, 922 insertions(+), 2 deletions(-) create mode 100644 frontend/src/i18n/es.json diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b3fc5d7..d144b2f 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -29,7 +29,7 @@