l10n_core 0.1.3

Core crate for l10n.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub use fluent_bundle;
pub use intl_memoizer;
pub use unic_langid;

pub mod config;
pub mod l10n;
pub mod l10n_message;
pub mod locales;
pub mod message;

mod resource;
mod utils;

pub const UNEXPECTED_MESSAGE: &str = "Unexpected message";