mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-31 02:59:33 +02:00
This helps find a multitude of issues, including missing strings in en_US.ini.
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.