veloren/voxygen/i18n
juliancoffee 735e8ab4ec Extract common/src/assets.rs to own crate
This gives us ability to use assets-related code in i18n without
depending on whole veloren-common
2021-05-09 13:12:26 +03:00
..
src Extract common/src/assets.rs to own crate 2021-05-09 13:12:26 +03:00
Cargo.toml Extract common/src/assets.rs to own crate 2021-05-09 13:12:26 +03:00
README.md Extract voxygen/src/i18n.rs into own crate 2021-05-09 13:12:26 +03:00

Usage

Get diagnostic for specific language
$ cargo run --bin i18n-check -- --lang <lang_code>
Test all languages
$ cargo run --bin i18n-check -- --all Verify all directories
$ cargo run --bin i18n-check -- --verify