export type Translate = (code: string, defaultText: string, data?: { [key: string]: string; }) => string;