8 lines
107 B
TypeScript
8 lines
107 B
TypeScript
|
|
import enUS from './en-US';
|
||
|
|
import th from './th-th';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
'en-US': enUS,
|
||
|
|
'th-th': th,
|
||
|
|
};
|