Change to 2026
This commit is contained in:
@@ -245,7 +245,7 @@ const Education = () => {
|
|||||||
transition={{ duration: 0.8, delay: 0.4 }}
|
transition={{ duration: 0.8, delay: 0.4 }}
|
||||||
viewport={{ once: true }}
|
viewport={{ once: true }}
|
||||||
>
|
>
|
||||||
<h3>{t('education.learningGoals2025')}</h3>
|
<h3>{t('education.learningGoals2026')}</h3>
|
||||||
<div className="goals-grid">
|
<div className="goals-grid">
|
||||||
{[
|
{[
|
||||||
{ goal: t('education.goal1'), progress: 60 },
|
{ goal: t('education.goal1'), progress: 60 },
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ const translations = {
|
|||||||
// Education
|
// Education
|
||||||
'education.title': 'Formation',
|
'education.title': 'Formation',
|
||||||
'education.subtitle': 'Mon parcours académique et professionnel',
|
'education.subtitle': 'Mon parcours académique et professionnel',
|
||||||
'education.learningGoals2025': 'Objectifs d\'apprentissage 2025',
|
'education.learningGoals2026': 'Objectifs d\'apprentissage 2026',
|
||||||
'education.goal1': 'Maîtriser Firebase et les services cloud',
|
'education.goal1': 'Maîtriser Firebase et les services cloud',
|
||||||
'education.goal2': 'Approfondir n8n pour l\'automatisation',
|
'education.goal2': 'Approfondir n8n pour l\'automatisation',
|
||||||
'education.goal3': 'Apprendre Docker et les conteneurs',
|
'education.goal3': 'Apprendre Docker et les conteneurs',
|
||||||
@@ -402,7 +402,7 @@ const translations = {
|
|||||||
// Education
|
// Education
|
||||||
'education.title': 'Education',
|
'education.title': 'Education',
|
||||||
'education.subtitle': 'My academic and professional journey',
|
'education.subtitle': 'My academic and professional journey',
|
||||||
'education.learningGoals2025': '2025 Learning Goals',
|
'education.learningGoals2026': '2026 Learning Goals',
|
||||||
'education.goal1': 'Master Firebase and cloud services',
|
'education.goal1': 'Master Firebase and cloud services',
|
||||||
'education.goal2': 'Deepen n8n for automation',
|
'education.goal2': 'Deepen n8n for automation',
|
||||||
'education.goal3': 'Learn Docker and containers',
|
'education.goal3': 'Learn Docker and containers',
|
||||||
|
|||||||
Reference in New Issue
Block a user