diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index d0bb09b2..8d3b0ef5 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -20,6 +20,7 @@ export default { telephone: 'Telephone', noData: 'No Data', code: 'Code', + status: 'Status', type: 'Type', ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 2efdfbf0..aefc7995 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -22,6 +22,7 @@ export default { noData: 'ยังไม่มีข้อมูล', code: 'รหัส', type: 'ประเภท', + status: 'สถานะ', ...main, ...address, ...branch,