jquery.uls
jquery.uls copied to clipboard
Universal Language Selector
Changes ======= Introduce rollup based bundler to create single js, css files. This allows easy usage and no need to include every source code files explicitly. Fixes issue #326 Add...
The limitedLanguageList.html example can be used to demonstrate this change. Before:  After: 
Shouldn searching for "english" return ``` "English", "English (British)" ``` or at least ``` "English", "British English"``` ? Currently it just returns "English".
Super useful plugin ❤️ Using the plugin currently requires including 3 CSS files and 5 JS files. Since all the 8 files are required for the plugin to work correctly,...
Currently, Icelandic is at end of the Latin-based languages list, because its autonym begins with a letter that has a diacritic: "íslenska". It makes more sense for it to appear...
jquery.uls should provide equivalent method of MediaWiki's wfBCP47 to format language tags in the standard way.
This PR updates _every_ CSS class the plug-in uses to be namespaced with "uls-". This was most problematic with the grid classes, which are very likely to conflict with a...
I'm unable to find any information which browsers are meant to be supported by jquery.uls.
jQuery.uls code consists of very generic class-names and IDs such as 'search', 'row' etc. I am working to port jquery.ime and jquery.uls to browser extensions. Since the extensions would inject...
mw.uls.getFrequentLanguageList blindly appends whatever $.uls.data.getLanguagesInTerritory( countryCode ) spits to the list of "common languages" for a territory. If we look deeper into why languages suggested for Italy are so wrong...