#[derive(Clone, Copy, Debug)]
pub struct I18n {
pub about: &'static str,
pub path: &'static str,
pub dry_run: &'static str,
pub write: &'static str,
pub check: &'static str,
pub max_segments: &'static str,
pub keep_segments: &'static str,
pub allow_crate: &'static str,
pub extra_crate: &'static str,
pub quiet: &'static str,
pub show: &'static str,
pub verbose: &'static str,
pub no_cache: &'static str,
pub found_exceeding_limit: fn(usize) -> String,
pub can_be_simplified: fn(usize) -> String,
pub failed_init_runtime: &'static str,
pub error_processing_file: fn(&str, &str) -> String,
}