feat: i18n add language and language name
This commit is contained in:
parent
7837c4a264
commit
557c676c41
2 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ export default {
|
|||
code: 'Code',
|
||||
status: 'Status',
|
||||
type: 'Type',
|
||||
language: 'Language',
|
||||
languageName: 'English',
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ export default {
|
|||
code: 'รหัส',
|
||||
type: 'ประเภท',
|
||||
status: 'สถานะ',
|
||||
language: 'ภาษา',
|
||||
languageName: 'ไทย',
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue