refactor: add i18n
This commit is contained in:
parent
2cce436ee8
commit
dd2563123e
2 changed files with 2 additions and 2 deletions
|
|
@ -120,6 +120,7 @@ export default {
|
|||
byArea: 'By area',
|
||||
company: 'Company',
|
||||
form: 'Form',
|
||||
designForm: 'design a form',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import { title } from 'node:process';
|
||||
|
||||
export default {
|
||||
general: {
|
||||
ok: 'ตกลง',
|
||||
|
|
@ -122,6 +120,7 @@ export default {
|
|||
byArea: 'ตามเขตพื้นที่',
|
||||
company: 'บริษัท',
|
||||
form: 'แบบฟอร์ม',
|
||||
designForm: 'ออกแบบฟอร์ม',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue