feat: implement education module with CRUD functionality, database schema, and localization support

This commit is contained in:
Yolando
2026-04-03 20:09:17 +07:00
parent 0f50a60084
commit 6387e2e5a5
16 changed files with 907 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
{
"Navigation": {
"experience": "Experience",
"education": "Education",
"techStack": "Tech Stack",
"projects": "Projects",
"contact": "Contact"
@@ -59,6 +60,18 @@
}
}
},
"Education": {
"badge": "Education",
"title": "Education History",
"subtitle": "The formal academic path that built the technical and professional foundation of my work.",
"present": "Present",
"gpaLabel": "GPA",
"locationLabel": "Location",
"finalProjectLabel": "Final Project",
"viewFinalProject": "View Final Project",
"emptyTitle": "No education history yet",
"emptyDescription": "Add your education history through the Admin Dashboard."
},
"TechStack": {
"badge": "Technologies",
"title": "Skills & Technologies",