MCPcopy
hub / github.com/kubernetes-sigs/headlamp / TranslationCounts

Interface TranslationCounts

tools/i18n/src/lib/types.ts:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20export type Namespace = typeof NAMESPACES[number];
21
22export interface TranslationCounts {
23 total: number;
24 translated: number;
25 empty: number;
26}
27
28export interface LanguageStats {
29 [key: string]: TranslationCounts;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected