Skip to main content

Crate workflow_i18n

Crate workflow_i18n 

Source
Expand description

github crates.io docs.rs license

i18n is a performance-oriented library for internationalization and translation embedding into Rust applications.

Re-exports§

pub use i18n::i18n;
pub use i18n::i18n_args;

Modules§

error
Error type and result helpers for i18n operations.
i18n
Core internationalization dictionary, builder, and translation functions.
json
Deterministic, sorted-key JSON pretty-printer used for stable i18n data files.
prelude
Convenience re-exports of the most commonly used items.
result
Crate-wide Result type alias.