(key: string, options?: Record<string, unknown>)
| 69 | * @param options 插值参数,如 { version: '1.0.0' } |
| 70 | */ |
| 71 | export const t = (key: string, options?: Record<string, unknown>): string => i18next.t(key, options) |
| 72 | |
| 73 | /** |
| 74 | * 获取当前 locale |
no outgoing calls
no test coverage detected