feat: i18n add language and language name

This commit is contained in:
Methapon2001 2024-04-11 09:52:41 +07:00
parent 7837c4a264
commit 557c676c41
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,8 @@ export default {
code: 'Code',
status: 'Status',
type: 'Type',
language: 'Language',
languageName: 'English',
...main,
...address,
...branch,

View file

@ -23,6 +23,8 @@ export default {
code: 'รหัส',
type: 'ประเภท',
status: 'สถานะ',
language: 'ภาษา',
languageName: 'ไทย',
...main,
...address,
...branch,