ppsspp/Tools/langtool
2025-01-17 14:43:30 +01:00
..
src Make a new error message for invalid zip files. Re-use the old translation 2024-12-02 09:45:35 +01:00
.gitignore Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
Cargo.lock In the game tab options, add a setting for "Default tab". 2025-01-17 14:43:30 +01:00
Cargo.toml Langtool: Replace outdated structopt dependency with clap. Gets rid of a github security warning 2024-04-03 08:53:27 +02:00
README.md Use the structopt crate to add some nice subcommands to langtool. 2021-09-22 23:57:07 +02:00
unused-heuristic.sh Add error message if compat.ini can't be found 2024-12-11 09:27:29 +01: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).