ppsspp/Tools/langtool
2024-01-12 11:30:00 +01:00
..
src langtool: When renaming the key of untranslated strings, also change the value. 2023-11-30 17:43:33 +01:00
.gitignore Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
Cargo.lock Add translation string 2024-01-12 11:30:00 +01:00
Cargo.toml langtool: Update, fix clippy warnings, just because 2023-03-12 12:26:26 +01: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).