Skip to main content

coverage

Function coverage 

Source
pub fn coverage(locale: &str) -> Vec<MissingFragment>
Expand description

Report the English fragments that have no translation in locale.

English is canonical-complete, so coverage(DEFAULT_LOCALE) is always empty. The runtime fall-back to English is graceful and unmarked; this surfaces gaps at build/introspection time instead (resolved Q3).