jquery.uls icon indicating copy to clipboard operation
jquery.uls copied to clipboard

Universal Language Selector

Results 21 jquery.uls issues
Sort by recently updated
recently updated
newest added

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: ![Screenshot_2020-09-06 Universal Language Selector](https://user-images.githubusercontent.com/2631719/92331883-03e16180-f07a-11ea-99bc-6d9508fe25fb.png) After: ![Screenshot_2020-09-06 Universal Language Selector(1)](https://user-images.githubusercontent.com/2631719/92331885-0643bb80-f07a-11ea-9531-4cda18d536e0.png)

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...

enhancement

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.

question

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...