mitlist/fe/src/i18n/index.ts
2025-05-08 15:02:09 +02:00

6 lines
65 B
TypeScript

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