- Preparing search index...
- The search index is not available
biorate
Properties
format
Methods
add
- add(name, fc): void
-
Parameters
-
name: string
-
fc: ((value, lng, options) => string)
-
- (value, lng, options): string
-
Parameters
-
value: any
-
lng: string
-
options: any
Returns string
Returns void
addCached
- addCached(name, fc): void
-
Parameters
-
name: string
-
fc: ((lng, options) => ((value) => string))
-
- (lng, options): ((value) => string)
-
Returns ((value) => string)
-
- (value): string
-
Returns string
Returns void
init
- init(services, i18nextOptions): void
-
Returns void