cruor99 / sadpandareader

A Kivy app for transcending the sad panda.
Do What The F*ck You Want To Public License
26 stars 5 forks source link

Language filtering #17

Open Lapan opened 8 years ago

Lapan commented 8 years ago

There should be language filtering, as many people will only care about a select few of them.

cruor99 commented 8 years ago

Not currently possible as far as I know.

Or possible, but quite convoluted.

cruor99 commented 7 years ago

Made some progress. uconfig cookie for all languages but japanese filtered (as it can't be properly filtered):

dm_t-xl_1x1025x2049x10x1034x2058x20x1044x2068x30x1054x2078x40x1064x2088x50x1074x2098x60x1084x2108x70x1094x2118x80x1104x2128x90x1114x2138x100x1124x2148x110x1134x2158x120x1144x2168x130x1154x2178x254x1278x2302x255x1279x2303

uconfig cookie with no languages filtered: dm_t

uconfig cookie with only english and japanese: dm_t-xl_10x1034x2058x20x1044x2068x30x1054x2078x40x1064x2088x50x1074x2098x60x1084x2108x70x1094x2118x80x1104x2128x90x1114x2138x100x1124x2148x110x1134x2158x120x1144x2168x130x1154x2178x254x1278x2302x255x1279x2303

It seems to me that the _-xl__ part is the determiner for language, and 10x1034x2058x denotes chinese, 1x1025x2049x denotes english and so forth. Should be able to work out a pattern here.