feat: add CourseDetailView component with video preview, curriculum, enrollment logic, and i18n support
This commit is contained in:
parent
efb50a1ddb
commit
0afbd3f08b
3 changed files with 31 additions and 38 deletions
|
|
@ -47,7 +47,8 @@
|
|||
"buyNow": "Buy this course",
|
||||
"enrollFree": "Enroll for free",
|
||||
"loginToEnroll": "Log in to enroll",
|
||||
"minutes": "Minutes"
|
||||
"minutes": "Minutes",
|
||||
"noVideoPreview": "Video preview not available"
|
||||
},
|
||||
"sidebar": {
|
||||
"overview": "Home",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@
|
|||
"buyNow": "ซื้อคอร์สเรียนนี้",
|
||||
"enrollFree": "ลงทะเบียนเรียนฟรี",
|
||||
"loginToEnroll": "เข้าสู่ระบบเพื่อลงทะเบียน",
|
||||
"minutes": "นาที"
|
||||
"minutes": "นาที",
|
||||
"noVideoPreview": "วิดีโอตัวอย่างยังไม่พร้อมใช้งาน"
|
||||
},
|
||||
"sidebar": {
|
||||
"overview": "หน้าหลัก",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue