1 2 3 4 5 6 7 8
#[cfg(feature = "yew-i18n")] mod i18n; mod templater; #[cfg(feature = "yew-i18n")] pub use i18n::*; #[cfg(feature = "translation_templater")] pub use templater::*;