feat: เพิ่ม i18n
This commit is contained in:
parent
3ef957a43f
commit
7dc390b8f2
2 changed files with 10 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
export default {
|
||||
corporationThaiName: 'Corporation ThaiName',
|
||||
corporationEnglishName: 'Corporation EnglishName',
|
||||
|
||||
corporationThai: 'Company name in Thai',
|
||||
corporationEnglish: 'English company name',
|
||||
|
||||
companyOwnerName: 'Company Owner Name',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,9 @@
|
|||
export default {
|
||||
corporationThaiName: 'ชื่อ บริษัท/นิติบุคคล ภาษาไทย',
|
||||
corporationEnglishName: 'ชื่อ บริษัท/นิติบุคคล ภาษาอังกฤษ',
|
||||
|
||||
corporationThai: 'ชื่อ บริษัท ภาษาไทย',
|
||||
corporationEnglish: 'ชื่อ บริษัท ภาษาอังกฤษ',
|
||||
|
||||
companyOwnerName: 'ชื่อเจ้าของบริษัท',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue