1 2 3 4 5 6 7 8
#![forbid(unsafe_code)] use fluent_i18n::i18n; i18n!("locales", fallback = "en-US"); pub mod cli; pub mod keyvalue; pub mod thashmap; pub mod typosjsonline;