localize
Stentor API Reference / stentor-locales/src / localize
Function: localize()
localize\<
L>(localeObj?,locale?):Omit\<L, keyofLocalizable\<any>>
Defined in: packages/stentor-locales/src/localize.ts:27
This will flatten a LocaleObj and return the object with the overridden attributes.
Type Parametersβ
Lβ
L extends Localizable\<any>
Parametersβ
localeObj?β
L
locale?β
Returnsβ
Omit\<L, keyof Localizable\<any>>