Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 84441f6

Browse files
authored
Merge pull request #488 from bounswe/feat/header-simplification-frontend
feat: enhance localization and routing structure, add volunteering se…
2 parents 158c049 + e50389e commit 84441f6

18 files changed

Lines changed: 2008 additions & 1187 deletions

File tree

apps/jobboard-frontend/public/locales/ar/common.json

Lines changed: 503 additions & 9 deletions
Large diffs are not rendered by default.

apps/jobboard-frontend/public/locales/en/common.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"home": "Home",
1414
"jobs": "Jobs",
1515
"nonProfitJobs": "Volunteer",
16+
"volunteering": "Volunteering",
17+
"volunteerBrowse": "Volunteer Opportunities",
1618
"myApplications": "My Applications",
1719
"mentorship": "Mentorship",
1820
"myMentorships": "My Mentorships",
@@ -21,14 +23,18 @@
2123
"employerDashboard": "Employer Dashboard",
2224
"workplaces": "Workplaces",
2325
"myWorkplaces": "My Workplaces",
24-
"browseWorkplaces": "Browse Workplaces"
26+
"browseWorkplaces": "Browse Workplaces",
27+
"profile": "Profile",
28+
"settings": "Settings"
2529
},
2630
"auth": {
2731
"login": "Login",
2832
"signup": "Sign Up",
2933
"logout": "Logout",
3034
"profile": "Profile"
31-
}
35+
},
36+
"theme": "Theme",
37+
"language": "Language"
3238
},
3339
"footer": {
3440
"about": "About Us",
@@ -806,6 +812,13 @@
806812
"ratingWithValue": "{{rating}}★"
807813
}
808814
},
815+
"forum": {
816+
"tabs": {
817+
"browse": "Browse Threads",
818+
"create": "Create Thread",
819+
"mine": "My Posts"
820+
}
821+
},
809822
"workplace": {
810823
"selector": {
811824
"placeholder": "Select a workplace",

0 commit comments

Comments
 (0)