(key: TxKeyPath, options?: TOptions)
| 26 | * ``` |
| 27 | */ |
| 28 | export function translate(key: TxKeyPath, options?: TOptions): string { |
| 29 | if (i18n.isInitialized) { |
| 30 | return i18n.t(key, options) |
| 31 | } |
| 32 | return key |
| 33 | } |
no outgoing calls
no test coverage detected