refactor: add i18n
This commit is contained in:
parent
2f9dc1cfb7
commit
c92c3601c3
1 changed files with 18 additions and 0 deletions
|
|
@ -901,4 +901,22 @@ export default {
|
||||||
receipt: 'ใบเสร็จรับเงิน',
|
receipt: 'ใบเสร็จรับเงิน',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
addressBangkok: {
|
||||||
|
subdistrict: 'แขวง',
|
||||||
|
district: 'เขต',
|
||||||
|
province: 'จังหวัด',
|
||||||
|
},
|
||||||
|
|
||||||
|
address: {
|
||||||
|
subdistrict: 'ตำบล',
|
||||||
|
district: 'อำเภอ',
|
||||||
|
province: 'จังหวัด',
|
||||||
|
},
|
||||||
|
|
||||||
|
addressEn: {
|
||||||
|
subdistrict: 'Sub-district',
|
||||||
|
district: 'District',
|
||||||
|
province: 'Province',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue