mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update instuction for using binary
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
# Usage
|
# Usage
|
||||||
Change your directory to veloren repo and run these commans <br/>
|
Get diagnostic for specific language <br/>
|
||||||
`$ veloren-i18n-check --lang <lang_code>` <br/>
|
`$ cargo run --bin i18n-check -- --lang <lang_code>` <br/>
|
||||||
`$ veloren-i18n-check --all`
|
Test all languages <br/>
|
||||||
|
`$ cargo run --bin i18n-check -- --all`
|
||||||
|
Verify all directories <br/>
|
||||||
|
`$ cargo run --bin i18n-check -- --verify`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user