mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
feat: Implement initial portfolio website structure with components for various sections, i18n, and GitHub integration.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
"values": "Values",
|
||||
"skills": "Skills",
|
||||
"softSkills": "Values & Soft Skills",
|
||||
"language": "Language Proficiency"
|
||||
"language": "Language Proficiency",
|
||||
"githubActivity": "GitHub Activity"
|
||||
},
|
||||
"skills": {
|
||||
"expert": "Expert",
|
||||
@@ -199,5 +200,12 @@
|
||||
"current": "Current",
|
||||
"freelance": "Freelance Projects",
|
||||
"public": "Public Repositories"
|
||||
},
|
||||
"portfolio": {
|
||||
"githubActivity": {
|
||||
"title": "GitHub Activity",
|
||||
"subtitle": "My contributions over the past year",
|
||||
"error": "Failed to load GitHub contributions"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user