craft-hub / localizedText
Function: localizedText()
localizedText(
value,locale):string|undefined
Defined in: packages/craft-hub/src/discovery.ts:11
Resolve localized configuration text using progressively broader locale fallbacks.
Parameters
value
string | {[key: string]: string; default: string; } | undefined
locale
string
Returns
string | undefined