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:
parent
fd387bda7c
commit
622101d3b1
@ -1,5 +1,8 @@
|
||||
# Usage
|
||||
Change your directory to veloren repo and run these commans <br/>
|
||||
`$ veloren-i18n-check --lang <lang_code>` <br/>
|
||||
`$ veloren-i18n-check --all`
|
||||
Get diagnostic for specific language <br/>
|
||||
`$ cargo run --bin i18n-check -- --lang <lang_code>` <br/>
|
||||
Test all languages <br/>
|
||||
`$ cargo run --bin i18n-check -- --all`
|
||||
Verify all directories <br/>
|
||||
`$ cargo run --bin i18n-check -- --verify`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user