feat(Localization): add more text in landing page

This commit is contained in:
Alexander Navarro 2024-04-06 18:30:46 -03:00
parent 033e5bbf94
commit 28d0e36ee7
8 changed files with 117 additions and 44 deletions

View file

@ -1,8 +1,17 @@
{
"titles": {
"featuredWork": "Trabajo Destacado"
"featuredWork": "Trabajo Destacado",
"whatIveBeenUpTo": "Que he estado haciendo...",
"whoAmI": "¿Quién soy?",
"contact": "Contacto"
},
"home": {
"brief": "I like to code stuff, then watch my creations come to life and do things for me!"
}
"moreProjects": "Ver más proyectos",
"viewCurriculum": "Ver curriculum completo"
},
"misc": {
"seeMore": "Ver más..."
},
"blog": "blog",
"games": "juegos"
}