pub fn load_locales<F: Fn(&str) -> bool>( locales_path: &str, ignore_if: F, ) -> HashMap<String, HashMap<String, String>>