Updated occupation sentences

This commit is contained in:
2026-05-05 16:35:26 +02:00
parent 0c24abaf64
commit 37684863b8
5 changed files with 836 additions and 614 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"i18n-ally.localesPaths": [
"src/assets/svg/language"
]
}

1435
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,8 +2,8 @@
"home":{
"greeting": "Hello ! I'm Kévin Taccoen !",
"occupation": {
"ai":"AI enthusiast",
"fullstack":"Full-Stack Developer",
"international":"Internationally inspired",
"research":"Studying Multi-Objectives Optimization algorithms",
"student":"Master's degree student"
},
"presentationTitle":"Thanks for visiting !",

View File

@@ -2,8 +2,8 @@
"home":{
"greeting": "Bonjour ! Je suis Kévin Taccoen !",
"occupation": {
"ai":"Adepte de l'IA",
"fullstack":"Développeur Full-Stack",
"international":"Inspiré par l'International",
"research":"Étudie l'Optimisation multi-objectifs",
"student":"Etudiant en Master Informatique"
},
"presentationTitle":"Merci pour la visite !",

View File

@@ -36,7 +36,7 @@
const i18n = useI18n();
const occupations = [
i18n.t('home.occupation.ai'), i18n.t('home.occupation.fullstack'),
i18n.t('home.occupation.international'), i18n.t('home.occupation.research'),
i18n.t('home.occupation.student')
]