UNPKG

@arteneo/forge

Version:
10 lines (9 loc) 222 B
import "i18next"; import messages from "../../translations/messages.en.json"; declare module "i18next" { interface CustomTypeOptions { resources: { translations: typeof messages; }; } }