Hello, I can't find the french language in Preferences. (https://github.com/picotorrent/picotorrent/blob/develop/lang/1036.json)

Sorry, I must've missed adding it to the release. I'll fix it for the v0.14 release.
Okay, thanks !
I suspect there is another problem, the language file is there (1036), is in the resource file, and should be scanned as all the other. I'm wondering if there not an error while parsing it ( maybe because of the accented characters ? ).
Right now the code just return TRUE if the JSON was not parser correctly. Maybe PicoTorrent should have some sort of logging windows ?
Made a quick hack ( log to a file ) I can confirm there is problem in loading two of the lang file : French ( 1036 ) and Russian ( 1049 ).
The error is a bit cryptic : syntax error at line 1 near: 锘縶
Wonder if it because of some unicode marker or something.
Yep, file is encoded with BOM, saving as plain UTF-8 and crossing finger.
Most helpful comment
Sorry, I must've missed adding it to the release. I'll fix it for the v0.14 release.