rust-i18n 2.3.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
6
7
8
9
10
11
12
13
14
release\:macro:
	cd crates/macro && cargo release --no-dev-version --skip-tag --skip-push
release\:support:
	cd crates/support && cargo release --no-dev-version --skip-tag --skip-push
release\:extract:
	cd crates/extract && cargo release --no-dev-version --skip-tag --skip-push
release\:cli:
	cd crates/cli && cargo release --no-dev-version --skip-tag --skip-push
release:
	cargo release
test:
	cargo test --workspace
	cargo test --manifest-path examples/app-workspace/Cargo.toml --workspace
	cargo test --manifest-path examples/share-locales-in-workspace/Cargo.toml --workspace