MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / tTaskCard

Function tTaskCard

src/ui/taskCardHelpers.ts:7–13  ·  view source on GitHub ↗
(
	plugin: TaskNotesPlugin,
	key: string,
	vars?: Record<string, string | number>
)

Source from the content-addressed store, hash-verified

5export { getTaskCardPropertyValue } from "./taskCardPropertyAccess";
6
7function tTaskCard(
8 plugin: TaskNotesPlugin,
9 key: string,
10 vars?: Record<string, string | number>
11): string {
12 return plugin.i18n.translate(`ui.taskCard.${key}`, vars);
13}
14
15export function getTaskCardPropertyLabel(
16 propertyId: string,

Callers 4

getTaskCardPropertyLabelFunction · 0.70
getRecurrenceTooltipFunction · 0.70
getReminderTooltipFunction · 0.70
getChevronTooltipFunction · 0.70

Calls 1

translateMethod · 0.65

Tested by

no test coverage detected