diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index c775372d..d612098f 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -61,6 +61,7 @@ export default { recordsPage: 'Showing {resultcurrentPage} out of {total} records', showing: 'Showing', dataSum: 'Data Summaries', + createdAt: 'Created At', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index d1591d49..cecc7788 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -61,6 +61,7 @@ export default { recordsPage: 'แสดง {resultcurrentPage} รายการจาก {total} รายการ', showing: 'แสดงทีละ', dataSum: 'สรุปจำนวนข้อมูล', + createdAt: 'สร้างเมื่อ', ...status, ...main, ...address,