refactor: add i18n

This commit is contained in:
Thanaphon Frappet 2024-11-06 17:38:29 +07:00
parent 2cce436ee8
commit dd2563123e
2 changed files with 2 additions and 2 deletions

View file

@ -120,6 +120,7 @@ export default {
byArea: 'By area', byArea: 'By area',
company: 'Company', company: 'Company',
form: 'Form', form: 'Form',
designForm: 'design a form',
}, },
menu: { menu: {

View file

@ -1,5 +1,3 @@
import { title } from 'node:process';
export default { export default {
general: { general: {
ok: 'ตกลง', ok: 'ตกลง',
@ -122,6 +120,7 @@ export default {
byArea: 'ตามเขตพื้นที่', byArea: 'ตามเขตพื้นที่',
company: 'บริษัท', company: 'บริษัท',
form: 'แบบฟอร์ม', form: 'แบบฟอร์ม',
designForm: 'ออกแบบฟอร์ม',
}, },
menu: { menu: {