ppsspp/assets/lang
Narugakuruga 227335fca2
Update zh_CN.ini
minor wording
2021-11-12 21:18:58 +08:00
..
ar_AE.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
az_AZ.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
bg_BG.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
ca_ES.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
cz_CZ.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
da_DK.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
de_DE.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
dr_ID.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
en_US.ini Add tip to Lazy texture caching button. Replaces #14183 2021-11-09 22:54:47 +01:00
es_ES.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
es_LA.ini Merge branch 'master' into config-io-thread 2021-10-19 09:42:53 +02:00
fa_IR.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
fi_FI.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
fr_FR.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
gl_ES.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
gr_EL.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
he_IL_invert.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
he_IL.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
hr_HR.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
hu_HU.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
id_ID.ini Update id_ID.ini 2021-11-11 19:19:19 +08:00
it_IT.ini Update Italian (it_IT) translation, thanks Vecna 2021-10-20 09:22:56 +02:00
ja_JP.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
jv_ID.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
ko_KR.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
lo_LA.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
lt-LT.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
ms_MY.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
nl_NL.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
no_NO.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
pl_PL.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
pt_BR.ini Lang: Fix CRC value formatting in id_ID and pt_BR. 2021-10-31 16:01:11 -07:00
pt_PT.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -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 UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
ru_RU.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
sv_SE.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
tg_PH.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
th_TH.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
tr_TR.ini Merge branch 'master' into config-io-thread 2021-10-19 09:42:53 +02:00
uk_UA.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
vi_VN.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07:00
zh_CN.ini Update zh_CN.ini 2021-11-12 21:18:58 +08:00
zh_TW.ini UI: Remove I/O on thread setting. 2021-10-12 20:40:24 -07: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!