feat: implement education module with CRUD functionality, database schema, and localization support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user