You are here

IniTranslator Portable Bugs

4 posts / 0 new
Last post
Kikka1225
Kikka1225's picture
Offline
Last seen: 2 months 21 hours ago
Joined: 2008-11-16 16:09
IniTranslator Portable Bugs

1. Can't save language setting (switch language file in preferences).
2. Make some translated strings empty (like platform CHS locale file).
3. Creat not necessary line break with the empty line(line break) when saving.

John T. Haller
John T. Haller's picture
Online
Last seen: 1 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Only 1

Only number 1 is a bug we can address. Everything else is the app itself and you'll have to message the developers.

I looked at the code and you currently must manually change the language within the IniTranslatorPortable.ini file in the Data\settings directory. This was apparently done to enable automatic switching with the platform (most users).

Sometimes, the impossible can become possible, if you're awesome!

depp.jones
Offline
Last seen: 1 day 8 hours ago
DeveloperTranslator
Joined: 2010-06-05 17:19
As a workaround for Number 1

As a workaround for Number 1 you could change line 11 (in the [Language] Section) in \IniTranslatorPortable\App\AppInfo\Launcher\IniTranslatorPortable.ini from

CheckIfExists=%PAL:AppDir%\IniTranslator\Langs\%PAL:LanguageCustom%.lng

to

CheckIfExists=%PAL:AppDir%\IniTranslator\languages\%PAL:LanguageCustom%.lng

Seems like the folder structure changed some time ago and broke automatic language switching.

John T. Haller
John T. Haller's picture
Online
Last seen: 1 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Plus Manual

You must also manually change the language yourself within the IniTranslatorPortable.ini file in Data\settings. This was apparently done to enable automatic switching with the platform. I think I'll do a revision and remove this.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments