| 34 | // ─── Load obsidian-translations ─────────────────────────────────────────────── |
| 35 | |
| 36 | interface 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. |
nothing calls this directly
no outgoing calls
no test coverage detected