Picotorrent: Where is the french language ?

Created on 28 Jun 2017  路  5Comments  路  Source: picotorrent/picotorrent

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

screenshot_5

bug

Most helpful comment

Sorry, I must've missed adding it to the release. I'll fix it for the v0.14 release.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

szmarczak picture szmarczak  路  6Comments

TechnoGreg picture TechnoGreg  路  7Comments

annomatik picture annomatik  路  3Comments

haggen picture haggen  路  6Comments

savchenko picture savchenko  路  3Comments