jws-frontend/src/i18n/index.ts
2024-04-02 11:02:16 +07:00

7 lines
107 B
TypeScript

import enUS from './en-US';
import th from './th-th';
export default {
'en-US': enUS,
'th-th': th,
};