feat: add i18n

This commit is contained in:
Methapon2001 2024-08-06 09:36:46 +07:00
parent f6b482330a
commit 9a4282393f
2 changed files with 4 additions and 0 deletions

View file

@ -106,6 +106,8 @@ export default {
},
},
customer: {
employer: 'Employer',
employee: 'Employee',
form: {
group: {
basicInfo: 'Basic Information',

View file

@ -107,6 +107,8 @@ export default {
},
},
customer: {
employer: 'นายจ้าง',
employee: 'ลูกจ้าง',
form: {
group: {
basicInfo: 'ข้อมูลพื้นฐาน',