applyNameLocalizedBuilder<Defined in: packages/http-framework-i18n/src/lib/utils.ts:64 Applies the localized names on the builder, callingT>(builder,key):T
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.