Files
ppsspp/assets/lang
Henrik RydgårdandClaude Opus 5 2b16e107b9 Translate "RAIntegrationNotWritable"
36 languages, following each file's existing handling of the sibling RAIntegration
string - most keep the name as-is, pl_PL uses "Integracja RA", tr_TR "RA Entegrasyonu",
ja_JP "RAインテグレーション" - and its formality. The rest are left to fall back to
English rather than guessed at.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GgACRqkQNpfJQ4fjwyoEup
2026-09-07 09:02:19 -06:00
..
2026-09-07 09:02:19 -06:00
2026-08-31 11:33:51 +02:00
2026-08-31 11:33:51 +02:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-08-31 11:33:51 +02:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-04 13:10:54 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-08-31 11:33:51 +02:00
2026-08-31 11:33:51 +02:00
2026-09-07 09:02:19 -06:00
2026-08-31 11:33:51 +02:00
2026-08-31 11:33:51 +02:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-08-31 11:33:51 +02:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00
2026-09-07 09:02:19 -06:00

lang

PPSSPP language ini repository

Thanks for your interest in translating PPSSPP!

  • Simply copy en_US.ini file to a new ini file with your language code, or use it to update an existing file with that name.
  • To see a list of codes, view this page.

Please note, while translating:

  • Ampersands & on the RIGHT side of an equals sign denote an underlined keyboard hotkey.
  • The hotkeys are only supported currently in the DesktopUI section, however.
  • Example: &File. This will make it so when you press ALT + F on Windows, it'll open the File menu.

Tools

  • 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.

Happy translating!