1 2 3 4 5 6 7 8 9
pub mod i18n_macro; pub mod use_i18n; pub use fluent; pub use unic_langid; pub mod prelude { pub use crate::use_i18n::*; }