diff --git a/Frontend-Learner/i18n/locales/en.json b/Frontend-Learner/i18n/locales/en.json index b854b7c6..15c01013 100644 --- a/Frontend-Learner/i18n/locales/en.json +++ b/Frontend-Learner/i18n/locales/en.json @@ -117,7 +117,11 @@ "foundTotal": "Found Total", "items": "items", "subtitle": "Choose to learn new skills from our curated quality courses", - "searchBtn": "Search" + "searchBtn": "Search", + "allCategory": "All", + "byInstructor": "by", + "students": "students", + "viewDetails": "View Details" }, "myCourses": { "title": "My Courses", diff --git a/Frontend-Learner/i18n/locales/th.json b/Frontend-Learner/i18n/locales/th.json index d096b4ad..fd62257e 100644 --- a/Frontend-Learner/i18n/locales/th.json +++ b/Frontend-Learner/i18n/locales/th.json @@ -117,7 +117,11 @@ "foundTotal": "พบทั้งหมด", "items": "รายการ", "subtitle": "เลือกเรียนรู้ทักษะใหม่ๆ จากหลักสูตรคุณภาพที่คัดสรรมาเพื่อคุณ", - "searchBtn": "ค้นหา" + "searchBtn": "ค้นหา", + "allCategory": "ทั้งหมด", + "byInstructor": "โดย", + "students": "นักเรียน", + "viewDetails": "ดูรายละเอียด" }, "myCourses": { "title": "คอร์สของฉัน", diff --git a/Frontend-Learner/pages/browse/discovery.vue b/Frontend-Learner/pages/browse/discovery.vue index e44bb5ae..36e7dad6 100644 --- a/Frontend-Learner/pages/browse/discovery.vue +++ b/Frontend-Learner/pages/browse/discovery.vue @@ -180,19 +180,19 @@ onMounted(async () => {
{{ $t("discovery.emptyDesc") }}
ลองใช้คำค้นหาอื่น หรือเลือกหมวดหมู่อื่นเพื่อดูคอร์สที่เรามีให้บริการ
+{{ $t('discovery.emptyDesc') }}