ppsspp/Tools/langtool
Henrik Rydgård 75f50b0506 langtool: Automatically comment out lines that are not present in en_US.ini.
This helps find a multitude of issues, including missing strings in en_US.ini.
2021-09-21 08:55:46 +02:00
..
src langtool: Automatically comment out lines that are not present in en_US.ini. 2021-09-21 08:55:46 +02:00
.gitignore Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
Cargo.lock Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
Cargo.toml Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00
README.md Add little langtool for copying missing language ini strings 2021-09-21 00:51:21 +02:00

Language ini file processor tool

Wrote it quickly in rust as a little exercise.

To run, with rust installed:

cargo run

To autoformat the code, use:

cargo fmt

or set up your IDE to do that.