PPSSPP language ini repository
& on the RIGHT side of an equals sign denote an underlined keyboard hotkey.&File. This will make it so when you press ALT + F on Windows, it'll open the File menu.To remove a translation, use the following (where KeyWord is the key):
find . -type f -print0 | xargs -0 sed -i /^KeyWord/d
To change a translation key, use something like this:
find . -type f -print0 | xargs -0 sed -i /^Key/NewKey
Before you commit, use git diff to check that you don't delete too much or some unrelated key with the same prefix.