first commit
This commit is contained in:
commit
e8ec46d19f
60 changed files with 13652 additions and 0 deletions
7
src/i18n/index.ts
Normal file
7
src/i18n/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import enUS from './en-US';
|
||||
import th from './th-th';
|
||||
|
||||
export default {
|
||||
'en-US': enUS,
|
||||
'th-th': th,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue