MCPcopy
hub / github.com/dvanoni/notero / getLocalizedMessage

Method getLocalizedMessage

src/content/errors/LocalizableError.ts:21–23  ·  view source on GitHub ↗
(l10n: L10n.Localization)

Source from the content-addressed store, hash-verified

19 }
20
21 public getLocalizedMessage(l10n: L10n.Localization): Promise<string | null> {
22 return l10n.formatValue(this.l10nId, this.l10nArgs);
23 }
24}

Callers 1

getLocalizedErrorMessageFunction · 0.80

Calls 1

formatValueMethod · 0.80

Tested by

no test coverage detected