hrydgard / ppsspp-lang

DEPRECATED / ARCHIVED - merged into the main PPSSPP repository. Make further changes there.

Home Page:https://github.com/hrydgard/ppsspp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where the save language ini option save the file?

opened this issue · comments

How it works?

Oh, that was an old tool I used to find missing strings in the language inis in the very early days of the project. It's not really necessary anymore and I should probably delete it. I think it used to just add missing entries to the current ini file...

I'm not good at finding missing strings like the new that display at boot of games "Loading modules" so I wanted to use this tool.

I've written a small tool a while ago to automatically add new strings that are missing in all .ini files.
So I can do this in a fraction of a second, you most likely have seen this in my previous commits.
However it's currently not very user-friendly. This will still needs some work.

I'm thinking about linking my tool to git in order to automate it further, so all .ini files would always be up-to-date.

However I'm currently very busy at the time (exams...) so this will have to wait for something like a month :)

Take your time @vnctdj.

While my tool is not fully automated, it allows me to update and clean (trimming unwanted spaces and natural sort) all .ini files in a few seconds.
But I won't stop enhancing it, be sure of that! :)