ppsspp/assets/lang
Benjamin Benda Gates 7adcc2b30d
Update th_TH.ini
2021-08-27 00:25:23 +07:00
..
ar_AE.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
az_AZ.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
bg_BG.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
ca_ES.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
cz_CZ.ini Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
da_DK.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
de_DE.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
dr_ID.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
en_US.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
es_ES.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
es_LA.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
fa_IR.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
fi_FI.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
fr_FR.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
gl_ES.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
gr_EL.ini Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
he_IL.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
he_IL_invert.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
hr_HR.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
hu_HU.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
id_ID.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
it_IT.ini Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
ja_JP.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
jv_ID.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
ko_KR.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
lo_LA.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
lt-LT.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
ms_MY.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
nl_NL.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
no_NO.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
pl_PL.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
pt_BR.ini Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
pt_PT.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02: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 Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
ru_RU.ini Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
sv_SE.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
tg_PH.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
th_TH.ini Update th_TH.ini 2021-08-27 00:25:23 +07:00
tr_TR.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
uk_UA.ini Fix some bad translations (used Google Translate...) 2021-08-18 09:28:17 +02:00
vi_VN.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
zh_CN.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02:00
zh_TW.ini Update translations for Unthrottle to Fast-forward 2021-08-18 09:28:17 +02: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!