rust-i18n 4.0.0

Rust I18n is use Rust codegen for load YAML file storage translations on compile time, and give you a t! macro for simply get translation texts.
Documentation
1
2
3
4
5
test:
	cargo test -p rust-i18n test_set_locale_on_initialize
	cargo test --workspace
	cargo test --manifest-path examples/app-workspace/Cargo.toml --workspace
	cargo test --manifest-path examples/share-in-workspace/Cargo.toml --workspace