From a31fda41ff94fd647bafee389b5c8692d8f33185 Mon Sep 17 00:00:00 2001 From: martapanc Date: Fri, 25 Aug 2023 08:49:38 +0200 Subject: [PATCH] feat: add menu translations --- src/locales/en.json | 23 ++++++++++++++++++++++- src/locales/it.json | 20 ++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 6abd217..b1bb617 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,4 +1,24 @@ { + "headerMenu": { + "about": "About", + "aboutWork": "Work & Career", + "aboutWorkMobile": "About - Work & Career", + "aboutFreeTime": "Free Time", + "aboutFreeTimeMobile": "About - Free Time", + "projects": "Projects", + "cv": "CV", + "uses": "Uses", + "contact": "Contact" + }, + "footerMenu": { + "links": "Links", + "sourceCode": "Source Code", + "blog": "Blog", + "updates": "Updates", + "analytics": "Analytics", + "guestbook": "Guestbook", + "feedback": "Feedback" + }, "aboutWork": { "title": "Work & Career", "softwareDevelopment": { @@ -21,5 +41,6 @@ "title": "Publications", "icon": "https://res.cloudinary.com/dwrurydlt/image/upload/v1692894192/newspaper_e15ec94d21.svg" } - } + }, + "aboutFreeTime": {} } diff --git a/src/locales/it.json b/src/locales/it.json index ad56547..41b9707 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -1,4 +1,24 @@ { + "headerMenu": { + "about": "Su di me", + "aboutWork": "Carriera Lavorativa", + "aboutWorkMobile": "Su di me - Carriera Lavorativa", + "aboutFreeTime": "Tempo Libero", + "aboutFreeTimeMobile": "Su di me - Tempo Libero", + "projects": "Progetti", + "cv": "CV", + "uses": "Uses", + "contact": "Contatti" + }, + "footerMenu": { + "links": "Link", + "sourceCode": "Codice Sorgente", + "blog": "Blog", + "updates": "Aggiornamenti", + "analytics": "Analytics", + "guestbook": "Libro degli Ospiti", + "feedback": "Feedback" + }, "aboutWork": { "title": "Carriera Lavorativa", "softwareDevelopment": {