You are here

ToDoList LanguageFile not work!

3 posts / 0 new
Last post
txcary
Offline
Last seen: 12 years 3 months ago
Joined: 2012-08-16 03:52
ToDoList LanguageFile not work!

The following section of ToDoListPortable.ini should be changed, and hope to be integrated in next release:
=============From=====================
[FileWrite4]
Type=INI
File=%PAL:DataDir%\ToDoList.ini
Section=Preferences
Key=LanguageFile
Value=%PAL:LanguageCustom%

=============to=====================
[FileWrite4]
Type=INI
File=%PAL:DataDir%\ToDoList.ini
Section=Preferences
Key=LanguageFile
Value=%PAL:AppDir%\ToDoList\Resources\Translations\%PAL:LanguageCustom%.csv

Ken Herbert
Ken Herbert's picture
Offline
Last seen: 4 hours 30 min ago
DeveloperModerator
Joined: 2010-05-25 18:19
Almost, but that will break English

As the value saved for English needs to be just English (UK), not %PAL:AppDir%\ToDoList\Resources\Translations\English (UK).csv.

Instead, the LanguageStrings need to be changed so GERMAN=German (Germany) should be GERMAN="%PAL:AppDir%\ToDoList\Resources\Translations\German (Germany).csv and so on, with ENGLISH=English (UK) being left unchanged.

EDIT: And the CheckIfExists would need to change to just CheckIfExists=%PAL:LanguageCustom% if the LanguageStrings were changed, too.

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 1 month 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Already done

ou'll be pleased to know that this is fixed in 6.5.3 Rev 2, which is currently in SourceForge's queue for release.

Log in or register to post comments