feat: fill pages
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 10m25s

This commit is contained in:
2025-11-11 19:12:21 +01:00
parent 3f828a754b
commit fceeb5307c
38 changed files with 634 additions and 65 deletions

View File

@@ -17,10 +17,15 @@
"name": "Accueil"
},
"resume": {
"name": "CV"
"name": "CV",
"description": "",
"experience": "Expérience",
"education": "Éducation"
},
"vocal-synthesis": {
"name": "Synthèse Vocale"
"name": "Synthèse Vocale",
"projects": "Projets principaux",
"tools": "Outils"
},
"languages": {
"name": "Langues et Univers Fictifs"
@@ -31,7 +36,13 @@
},
"footer": {
"links": {
"source": "Code source du site web "
"source": "Code source du site web",
"nuxt": "Frontend fait avec Nuxt",
"rust": "Backend fait avec Rust"
},
"versions": {
"frontend": "Frontend Version",
"backend": "Backend Version"
}
}
}