export interface TypeWithI18N { en_US: T zh_Hans: T [key: string]: T }