Skip to main content
applyNameLocalizedBuilder<T>(builder, key): T
Defined in: packages/http-framework-i18n/src/lib/utils.ts:64 Applies the localized names on the builder, calling setName and setNameLocalizations.

Type Parameters

T

T extends BuilderWithName

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.