Change to 2026

This commit is contained in:
Van Leemput Dayron
2026-02-06 17:34:47 +01:00
parent 274ea73e05
commit 6538e2d1dd
2 changed files with 3 additions and 3 deletions

View File

@@ -245,7 +245,7 @@ const Education = () => {
transition={{ duration: 0.8, delay: 0.4 }}
viewport={{ once: true }}
>
<h3>{t('education.learningGoals2025')}</h3>
<h3>{t('education.learningGoals2026')}</h3>
<div className="goals-grid">
{[
{ goal: t('education.goal1'), progress: 60 },

View File

@@ -117,7 +117,7 @@ const translations = {
// Education
'education.title': 'Formation',
'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.goal2': 'Approfondir n8n pour l\'automatisation',
'education.goal3': 'Apprendre Docker et les conteneurs',
@@ -402,7 +402,7 @@ const translations = {
// Education
'education.title': 'Education',
'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.goal2': 'Deepen n8n for automation',
'education.goal3': 'Learn Docker and containers',