feat(Localization): add more text in landing page
This commit is contained in:
parent
033e5bbf94
commit
28d0e36ee7
8 changed files with 117 additions and 44 deletions
|
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"titles": {
|
||||
"featuredWork": "Featured Work"
|
||||
}
|
||||
"featuredWork": "Featured Work",
|
||||
"whatIveBeenUpTo": "What I've been up to...",
|
||||
"whoAmI": "Who am I?",
|
||||
"contact": "Contact"
|
||||
},
|
||||
"home": {
|
||||
"moreProjects": "View more projects",
|
||||
"viewCurriculum": "View full curriculum"
|
||||
},
|
||||
"misc": {
|
||||
"seeMore": "See more..."
|
||||
},
|
||||
"blog": "blog",
|
||||
"games": "games"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue