Properties
context?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:771 Used for contexts (eg. male\female)optionalcontext?:unknown
count?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:763 Count value used for pluralsoptionalcount?:number
defaultValue?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:759 Default value to return if a translation was not foundoptionaldefaultValue?:unknown
fallbackLng?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:787 Override language to lookup key if not found see fallbacks for detailsoptionalfallbackLng?:false|FallbackLng
interpolation?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:819 Override interpolation optionsoptionalinterpolation?:InterpolationOptions
joinArrays?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:811 Char, eg. ā\nā that arrays will be joined by (can be set globally too)optionaljoinArrays?:string
keyPrefix?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:825 Optional keyPrefix that will be applied to the key before resolving. Accepts a string or a selector function (e.g.optionalkeyPrefix?:string| (($) =>any)
$ => $.deeply.nested).
Only supported on the TFunction returned by getFixedT().
keySeparator?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:795 Override char to separate keysoptionalkeySeparator?:string|false
lng?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:779 Override language to useoptionallng?:string
lngs?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:783 Override languages to useoptionallngs?: readonlystring[]
ns?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:791 Override namespaces (string or array)optionalns?:Namespace<string>
nsSeparator?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:799 Override char to split namespace from keyoptionalnsSeparator?:string|false
ordinal?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:767 Ordinal flag for ordinal pluralsoptionalordinal?:boolean
postProcess?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:815 String or array of postProcessors to apply see interval plurals as a sampleoptionalpostProcess?:string| readonlystring[]
replace?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:775 Object with vars for interpolation - or put them directly in optionsoptionalreplace?:any
returnDetails?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:807 Returns an object that includes information about the used language, namespace, key and valueoptionalreturnDetails?:boolean
returnObjects?
Defined in: node_modules/.pnpm/i18next@25.10.10_typescript@7.0.2/node_modules/i18next/typescript/options.d.ts:803 Accessing an object not a translation string (can be set globally too)optionalreturnObjects?:boolean