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.
You are here
IniTranslator Portable Bugs
September 22, 2018 - 5:34pm
#1
IniTranslator Portable Bugs
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!
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.
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!