mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Updated occupation sentences
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"src/assets/svg/language"
|
||||||
|
]
|
||||||
|
}
|
||||||
1435
package-lock.json
generated
1435
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -2,8 +2,8 @@
|
|||||||
"home":{
|
"home":{
|
||||||
"greeting": "Hello ! I'm Kévin Taccoen !",
|
"greeting": "Hello ! I'm Kévin Taccoen !",
|
||||||
"occupation": {
|
"occupation": {
|
||||||
"ai":"AI enthusiast",
|
"international":"Internationally inspired",
|
||||||
"fullstack":"Full-Stack Developer",
|
"research":"Studying Multi-Objectives Optimization algorithms",
|
||||||
"student":"Master's degree student"
|
"student":"Master's degree student"
|
||||||
},
|
},
|
||||||
"presentationTitle":"Thanks for visiting !",
|
"presentationTitle":"Thanks for visiting !",
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"home":{
|
"home":{
|
||||||
"greeting": "Bonjour ! Je suis Kévin Taccoen !",
|
"greeting": "Bonjour ! Je suis Kévin Taccoen !",
|
||||||
"occupation": {
|
"occupation": {
|
||||||
"ai":"Adepte de l'IA",
|
"international":"Inspiré par l'International",
|
||||||
"fullstack":"Développeur Full-Stack",
|
"research":"Étudie l'Optimisation multi-objectifs",
|
||||||
"student":"Etudiant en Master Informatique"
|
"student":"Etudiant en Master Informatique"
|
||||||
},
|
},
|
||||||
"presentationTitle":"Merci pour la visite !",
|
"presentationTitle":"Merci pour la visite !",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
const i18n = useI18n();
|
const i18n = useI18n();
|
||||||
|
|
||||||
const occupations = [
|
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')
|
i18n.t('home.occupation.student')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user