| 20 | export type Namespace = typeof NAMESPACES[number]; |
| 21 | |
| 22 | export interface TranslationCounts { |
| 23 | total: number; |
| 24 | translated: number; |
| 25 | empty: number; |
| 26 | } |
| 27 | |
| 28 | export interface LanguageStats { |
| 29 | [key: string]: TranslationCounts; |
nothing calls this directly
no outgoing calls
no test coverage detected