Started to add some real text

Also worked on the translation system
This commit is contained in:
2025-03-19 18:30:43 +01:00
parent 220715176a
commit d96d7bf398
5 changed files with 41 additions and 27 deletions

View File

@@ -1,5 +1,21 @@
{
"message": {
"hello": "hello world"
"home":{
"greeting": "Hello ! I'm Kévin Taccoen !",
"occupation": {
"ai":"AI enthusiast",
"fullstack":"Full-Stack Developer",
"student":"Master's degree student"
},
"presentationTitle":"Thanks for visiting !",
"presentationText": "I'm Kévin Taccoen, TODO",
"contactMe": "Are you looking to send me a message ?",
"contactButton": "Contact",
"features": {
"projects":{
"title": "Always working on some projects",
"desc": "As you will see a little below, I'm always working on something.",
"buttonText": "See all projects"
}
}
}
}