Interface: BuilderWithName
@sapphire/plugin-i18next.BuilderWithName
Methods
setName
▸ setName(name
): BuilderWithName
Parameters
Name | Type |
---|---|
name | string |
Returns
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:171
setNameLocalizations
▸ setNameLocalizations(localizedNames
): BuilderWithName
Parameters
Name | Type |
---|---|
localizedNames | null | Partial <Record <"id" | "hr" | "th" | "tr" | "en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "sv-SE" | "uk" | "vi" , null | string >> |