MCPcopy
hub / github.com/callumalpass/tasknotes / translate

Method translate

src/i18n/types.ts:31–31  ·  view source on GitHub ↗
(key: string, params?: InterpolationValues)

Source from the content-addressed store, hash-verified

29 getAvailableLocales(): string[];
30 getNativeLanguageName(languageCode: string): string;
31 translate(key: string, params?: InterpolationValues): string;
32 translatePlural(baseKey: string, count: number, params?: InterpolationValues): string;
33 resolveKey(key: string): string | undefined;
34 getSystemLocale(): string;

Callers 15

onloadMethod · 0.65
tMethod · 0.65
addRecurrenceOptionsMethod · 0.65
tMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected