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