internalTranslate()
ts
function internalTranslate(args): unknown;Defined in: shared/translate.ts:13
Fn, that is used both on client and server side to translate a token while using other factors like a scope
Parameters
| Parameter | Type | Description |
|---|---|---|
args | TranslateFnArgsWithTranslatables | An Object of TranslateFnArgsWithTranslatables |
Returns
unknown
A translated token
Since
1.0.0
Author
Simon Kovtyk