Type Alias bones_framework::localization::FluentBundle  
source · pub type FluentBundle = FluentBundle<FluentResourceAsset, IntlLangMemoizer>;Expand description
Specialization of of the fluent bundle that is used by bones_framework.
Aliased Type§
struct FluentBundle {
    pub locales: Vec<LanguageIdentifier>,
    /* private fields */
}Fields§
§locales: Vec<LanguageIdentifier>