diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 0099446a..0f1d3ea2 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -44,6 +44,7 @@ export default { clear: 'Clear', detail: 'Detail', add: 'Add', + name: 'Name', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 7b8556dd..b6b4091d 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -44,6 +44,7 @@ export default { clear: 'ล้าง', detail: 'รายละเอียด', add: 'เพิ่ม', + name: 'ชื่อ', ...status, ...main, ...address,