ppsspp/Tools/langtool
2022-07-13 01:18:48 +02:00
..
src langtool: Add command move-key to move a line globally from one section to another. Update deps 2022-07-13 01:18:48 +02:00
.gitignore Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
Cargo.lock langtool: Add command move-key to move a line globally from one section to another. Update deps 2022-07-13 01:18:48 +02:00
Cargo.toml Use the structopt crate to add some nice subcommands to langtool. 2021-09-22 23:57:07 +02:00
README.md Use the structopt crate to add some nice subcommands to langtool. 2021-09-22 23:57:07 +02:00
unused-euristic.sh Fix missing GPU and run tools 2022-05-15 00:57:56 +02:00

Language ini file processor tool

To install Rust and cargo, go here.

To run, with rust installed, change to this Tools/langtool directory, then:

cargo run

(Or just move the binary out of target/ and run it directly).

To see command line usage, type:

cargo run -- --help

To autoformat the code, use:

cargo fmt

or set up your IDE to do that (it's already pre-set-up for VS Code, if you open the langtool folder directly).