Skip to main content
applyDescriptionLocalizedBuilder<T>(builder, key): T
Defined in: packages/http-framework-i18n/src/lib/utils.ts:75 Applies the localized descriptions on the builder, calling 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.