typos_git_commit/
lib.rs

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