ppsspp/assets/lang
2023-01-30 16:11:13 +08:00
..
ar_AE.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
az_AZ.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
bg_BG.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
ca_ES.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
cz_CZ.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
da_DK.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
de_DE.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
dr_ID.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
en_US.ini Remove dot for consistency with other sentences 2023-01-28 15:52:34 +03:00
es_ES.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
es_LA.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
fa_IR.ini Merge pull request #16851 from SerenaKit/serena/battery-stuff 2023-01-28 11:39:48 +01:00
fi_FI.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
fr_FR.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
gl_ES.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
gr_EL.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
he_IL_invert.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
he_IL.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
hr_HR.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
hu_HU.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
id_ID.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
it_IT.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
ja_JP.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
jv_ID.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
ko_KR.ini Merge pull request #16851 from SerenaKit/serena/battery-stuff 2023-01-28 11:39:48 +01:00
lo_LA.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
lt-LT.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
ms_MY.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
nl_NL.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
no_NO.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
pl_PL.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
pt_BR.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
pt_PT.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
README.md Add contents of the assets/lang submodule to the main repo. 2021-07-17 16:46:48 +02:00
ro_RO.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
ru_RU.ini Update Russian translation 2023-01-28 15:45:53 +03:00
sv_SE.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
tg_PH.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
th_TH.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
tr_TR.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
uk_UA.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
vi_VN.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
zh_CN.ini Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
zh_TW.ini Update zh_TW.ini 2023-01-30 16:11:13 +08: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!