feat: Implement initial core features including course browsing, authentication, user dashboard, and internationalization.
This commit is contained in:
parent
031ca5c984
commit
797e3db644
19 changed files with 401 additions and 399 deletions
|
|
@ -87,7 +87,7 @@
|
|||
"overview": "Home",
|
||||
"myCourses": "My Courses",
|
||||
"browseCourses": "Browse Courses",
|
||||
"onlineCourses": "Online Courses",
|
||||
"onlineCourses": "All Courses",
|
||||
"recommendedCourses": "Recommended Courses",
|
||||
"announcements": "Announcements",
|
||||
"profile": "My Profile"
|
||||
|
|
@ -107,9 +107,14 @@
|
|||
"backToCatalog": "Back to Catalog",
|
||||
"selectable": "Selected",
|
||||
"foundTotal": "Found Total",
|
||||
"items": "items"
|
||||
"items": "items",
|
||||
"subtitle": "Choose to learn new skills from our curated quality courses",
|
||||
"searchBtn": "Search"
|
||||
},
|
||||
"myCourses": {
|
||||
"title": "My Courses",
|
||||
"subtitle": "Track your progress and continue learning from where you left off",
|
||||
"searchPlaceholder": "Search my courses...",
|
||||
"filterAll": "All",
|
||||
"filterProgress": "In Progress",
|
||||
"filterCompleted": "Completed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue