i18n-le 0.3.0

Audit translation catalogues for missing keys, placeholder drift and structural mismatches
mod audit;
mod catalogue;
mod cli;
mod identify;
mod layout;
mod library;
mod locale;
mod mcp;
mod message;
mod scan;

#[cfg(test)]
mod corpus;
#[cfg(test)]
mod testing;

fn main() -> std::process::ExitCode {
    cli::run()
}