When search for "hi", the order is not the same as previous (hi should come before zh)
in jquery.uls.lcd.js https://github.com/wikimedia/mediawiki-extensions-UniversalLanguageSelector/blob/226fec5edd18292c5781ee72e7d0093ab1aac34e/lib/jquery.uls/src/jquery.uls.lcd.js#L367-L368
use $.uls.data.sortByScriptGroup (with region) and $.uls.data.sortByAutonym
investigate and implement the same in mediawiki.languageselector

