[][src]Function fluent_template_helper::loader::build_bundles

pub fn build_bundles(
    resources: &'static HashMap<LanguageIdentifier, Vec<FluentResource>>,
    core_resource: Option<&'static FluentResource>,
    customizer: impl Fn(&mut FluentBundle<&'static FluentResource>)
) -> HashMap<LanguageIdentifier, FluentBundle<&'static FluentResource>>