MCPcopy
hub / github.com/obsidianmd/obsidian-help / Term

Interface Term

scripts/check-terms.ts:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// ─── Load obsidian-translations ───────────────────────────────────────────────
35
36interface Term {
37 key: string;
38 original: string;
39 translation: string;
40}
41
42// Only load plugin names and key feature names — not every UI string.
43// This avoids false positives from short words that are valid in both languages.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected