The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Translating PPSSPP
08-18-2013, 06:50 PM (This post was last modified: 08-18-2013 07:04 PM by Apology11.)
Post: #1
Translating PPSSPP
I just wanted to translate PPSSPP with the new strings for the new UI.
And I realised that some strings are not accepted dependign on where they are located in the .ini file.

For example:

I wanted to add a translation for "enable cheats" what I did was
adding this line "Enable Cheats = Cheats aktivieren" under "[System]" and also tried it under "[MainMenu]" for example:

Code:
[MainMenu]
Enable Cheats = Cheats aktivieren


but when I load up this language file it still says "enable cheats".


Now when I add "Enable Cheats = Cheats aktivieren" under "[Graphics]":

Code:
[Graphics]
Enable Cheats = Cheats aktivieren


Then it works.

Can anybody expain this behaviour to me?



---------------------Edit----------------------------

I also found out that when deleting all language files and Saving the language file in Developer tools menu you will only get this:
Code:
[Audio]
[Developer]
Enable Logging = Enable Logging
Load language ini = Load language ini
Run CPU Tests = Run CPU Tests
Save language ini = Save language ini
[General]
Back = Back
Change Nickname = Change Nickname
General = General
System Information = System Information
[Graphics]
Developer Tools = Developer Tools
Enable Cheats = Enable Cheats
Enable Compatibility Server Reports = Enable Compatibility Server Reports
Screenshots as PNG = Screenshots as PNG
Software Rendering = Software Rendering (experimental)
System Language = System Language
[MainMenu]
Credits = Credits
Exit = Exit
Game Settings = Game Settings
Games = Games
Homebrew & Demos = Homebrew & Demos
How to get games = How to get games
Load = Load...
Recent = Recent
Settings = Settings
Support PPSSPP = Support PPSSPP
[PSPCredits]
created = Created by
license = Free Software under GPL 2.0
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Translating PPSSPP - Apology11 - 08-18-2013 06:50 PM
RE: Translating PPSSPP - TheDax - 08-18-2013, 07:04 PM
RE: Translating PPSSPP - Apology11 - 08-18-2013, 07:20 PM
RE: Translating PPSSPP - TheDax - 08-18-2013, 07:38 PM
RE: Translating PPSSPP - Apology11 - 08-19-2013, 04:35 PM
RE: Translating PPSSPP - TheDax - 08-19-2013, 04:49 PM
RE: Translating PPSSPP - MrYadro - 08-19-2013, 05:21 PM
RE: Translating PPSSPP - TheDax - 08-19-2013, 05:23 PM
RE: Translating PPSSPP - Apology11 - 08-19-2013, 07:48 PM
RE: Translating PPSSPP - vnctdj - 08-19-2013, 07:58 PM
RE: Translating PPSSPP - Apology11 - 08-19-2013, 08:28 PM
RE: Translating PPSSPP - vnctdj - 08-19-2013, 08:32 PM

Forum Jump: