pubmoddecimal;pubmodlist;pubmodpath;pubmodstring;pubmodstyle;pubmodtime;useicu_locale::{Locale, locale};// Public re-exports of dependencies required at runtime, so macro-generated code
// can find all the dependencies it expects as long as this crate exists
pubmodmacro_prelude{pubuse icu_locale;pubuse icu_plurals;}pubtraitLocalize{fncanonical_locale(&self)-> Locale{locale!("en-US")}fnavailable_locales(&self)->Vec<Locale>{// TODO: keep track of all locales with Fluent data, and return only those
vec![self.canonical_locale()]}fnlocalize_for(&self, locale:&Locale)-> String;}