From c92c3601c369dbaa35a0ca360b775092dcb9cb1f Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 4 Nov 2024 14:43:36 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/tha.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index db8d3b98..7d131ec4 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -901,4 +901,22 @@ export default { receipt: 'ใบเสร็จรับเงิน', }, }, + + addressBangkok: { + subdistrict: 'แขวง', + district: 'เขต', + province: 'จังหวัด', + }, + + address: { + subdistrict: 'ตำบล', + district: 'อำเภอ', + province: 'จังหวัด', + }, + + addressEn: { + subdistrict: 'Sub-district', + district: 'District', + province: 'Province', + }, };