From 4a8ff39000b758c09761d429c60e6e106ca08d49 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Sun, 20 Jun 2021 11:37:57 +0200 Subject: [PATCH] add menu tips and auto set the language based on the browser lang --- frontend/src/App.vue | 7 ++++++- frontend/src/components/Menu.vue | 21 ++++++++++++++++++++- frontend/src/i18n/en.json | 6 ++++++ frontend/src/i18n/it.json | 6 ++++++ 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 86a09e3..f21bc02 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -13,7 +13,7 @@