ppsspp/assets/lang
2022-07-05 20:14:23 +08:00
..
ar_AE.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
az_AZ.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
bg_BG.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
ca_ES.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
cz_CZ.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
da_DK.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
de_DE.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
dr_ID.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
en_US.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
es_ES.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
es_LA.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
fa_IR.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
fi_FI.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
fr_FR.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
gl_ES.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
gr_EL.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
he_IL_invert.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
he_IL.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
hr_HR.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
hu_HU.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
id_ID.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
it_IT.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
ja_JP.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
jv_ID.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
ko_KR.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
lo_LA.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
lt-LT.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
ms_MY.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
nl_NL.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
no_NO.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
pl_PL.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
pt_BR.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
pt_PT.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07: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 Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
ru_RU.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
sv_SE.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
tg_PH.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
th_TH.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
tr_TR.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
uk_UA.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
vi_VN.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
zh_CN.ini Updated wiki page key in all translation INIs. 2022-07-05 00:20:14 +07:00
zh_TW.ini Update zh_TW.ini 2022-07-05 20:14:23 +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!