yew_translator 1.0.1

A i18n implementation for yew using string templaters.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "yew-i18n")]
mod i18n;
#[cfg(feature = "translation_templater")]
mod templater;

#[cfg(feature = "yew-i18n")]
pub use i18n::*;
#[cfg(feature = "export_translation_templater")]
pub use templater::*;