mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 08:50:33 +00:00
75f50b0506
This helps find a multitude of issues, including missing strings in en_US.ini. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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.