Skip to content

Commit

Permalink
feat: add menu translations
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 25, 2023
1 parent 49dc895 commit a31fda4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -21,5 +41,6 @@
"title": "Publications",
"icon": "https://res.cloudinary.com/dwrurydlt/image/upload/v1692894192/newspaper_e15ec94d21.svg"
}
}
},
"aboutFreeTime": {}
}
20 changes: 20 additions & 0 deletions src/locales/it.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a31fda4

Please sign in to comment.