jws-frontend/src/i18n/index.ts

8 lines
107 B
TypeScript
Raw Normal View History

2024-04-02 11:02:16 +07:00
import enUS from './en-US';
import th from './th-th';
export default {
'en-US': enUS,
'th-th': th,
};