Interface: BuilderWithName
Defined in: projects/plugins/packages/i18next/src/lib/types.ts:203
Methods
setName()
setName(
name
:string
):this
Defined in: projects/plugins/packages/i18next/src/lib/types.ts:204
Parameters
Parameter | Type |
---|---|
name | string |
Returns
this
setNameLocalizations()
setNameLocalizations(
localizedNames
:null
|Partial
<Record
<Locale
,null
|string
>>):this
Defined in: projects/plugins/packages/i18next/src/lib/types.ts:205
Parameters
Parameter | Type |
---|---|
localizedNames | null | Partial <Record <Locale , null | string >> |
Returns
this