export type TypeWithI18N = { 'en_US': T 'zh_Hans': T [key: string]: T }