applyDescriptionLocalizedBuilder<Defined in: packages/http-framework-i18n/src/lib/utils.ts:75 Applies the localized descriptions on the builder, callingT>(builder,key):T
setDescription and setDescriptionLocalizations.
Type Parameters
T
T extends BuilderWithDescription
Parameters
builder
T
The builder to apply the localizations to.
key
`${string}:${string}`
The key to get the localizations from.
Returns
T
The updated builder.