Open proycon opened 9 years ago
Can you provide descriptions for custom Unilang tables? Without them I can’t do anything even if I wanted to, and there are no migrations.. So, some way of recreating them would be awesome.
Ah yes, good point:
TABLE member_lang user_id int(11) No 0 baselang varchar(3) No complexlang varchar(10) No proficiency tinyint(4) Yes 0 canhelp tinyint(4) Yes 0 wanthelp tinyint(4) Yes 0
for a language code like pt-BR baselang is 'pt' and complexlang is '-BR'
Member search based on language and location is not ported from unilang8bb yet.