feat: i18n address zip code

This commit is contained in:
Methapon2001 2024-04-10 16:27:27 +07:00
parent 3eece7822e
commit be7dce5d5a
2 changed files with 2 additions and 0 deletions

View file

@ -2,4 +2,5 @@ export default {
province: 'Province',
district: 'District',
subDistrict: 'Sub-district',
zipCode: 'Zip Code',
};

View file

@ -2,4 +2,5 @@ export default {
province: 'จังหวัด',
district: 'อำเภอ',
subDistrict: 'ตำบล',
zipCode: 'รหัสไปรษณีย์',
};