From 11f9ad57cd09f43a486884f0449a6cadc2e02552 Mon Sep 17 00:00:00 2001 From: supalerk-ar66 Date: Thu, 12 Feb 2026 16:56:02 +0700 Subject: [PATCH] feat: Add initial internationalization files for English and Thai languages. --- Frontend-Learner/i18n/locales/en.json | 3 +++ Frontend-Learner/i18n/locales/th.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Frontend-Learner/i18n/locales/en.json b/Frontend-Learner/i18n/locales/en.json index c680a1e6..ea57a1e2 100644 --- a/Frontend-Learner/i18n/locales/en.json +++ b/Frontend-Learner/i18n/locales/en.json @@ -40,6 +40,9 @@ "studyAgain": "Study Again", "downloadCertificate": "Download Certificate", "completed": "Completed", + "includes": "Course includes", + "fullLifetimeAccess": "Full lifetime access", + "accessOnMobile": "Access on mobile and TV", "lifetimeAccess": "Lifetime access", "unlimitedQuizzes": "Unlimited quizzes", "satisfactionGuarantee": "Satisfaction guarantee, 7-day refund", diff --git a/Frontend-Learner/i18n/locales/th.json b/Frontend-Learner/i18n/locales/th.json index 9e693b98..82ca0f4a 100644 --- a/Frontend-Learner/i18n/locales/th.json +++ b/Frontend-Learner/i18n/locales/th.json @@ -40,6 +40,9 @@ "studyAgain": "ทบทวนบทเรียน", "downloadCertificate": "ดาวน์โหลดประกาศนียบัตร", "completed": "เรียนจบเรียบร้อย", + "includes": "สิ่งที่รวมอยู่ในคอร์ส", + "fullLifetimeAccess": "เข้าเรียนได้ตลอดชีพ", + "accessOnMobile": "เรียนได้บนมือถือและแท็บเล็ต", "lifetimeAccess": "เข้าเรียนได้ตลอดชีพ", "unlimitedQuizzes": "ทำแบบทดสอบไม่จำกัด", "satisfactionGuarantee": "รับประกันความพึงพอใจ คืนเงินภายใน 7 วัน",