Last modified: 2013-10-02 05:53:38 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T18888, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16888 - Make the user's preferred languages more prominent in interlanguage links list
Make the user's preferred languages more prominent in interlanguage links list
Status: NEW
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Low enhancement with 4 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
UniversalLanguageSelector-fixed
: i18n
: 22781 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-05 11:28 UTC by Ward
Modified: 2013-10-02 05:53 UTC (History)
8 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ward 2009-01-05 11:28:29 UTC
I am a Dutch speaker, and I use both the Dutch and English wikipedia. Many times I look at a topic in both languages, by clicking on the Dutch/English link in the language list on the left side. For a popular article, however, this list is quite long, and it takes some time to look up the language in the list.

SUGGESTION: 
Therefore, it would be nice if I could set in the user preference pane some preferred languages (e.g. English, Dutch, French). 

This list can then be used in various ways to improve the navigation experience of multilingual users:
- colourize the preferred  languages in the language list (so that I can find them very quickly)
- or, always put (or repeat) these languages on top of the list
- provide a link to the language main pages in the header bar

BTW: this bug report is similar to bug 11267 ('User should be able to set fallback language(s) in preferences') but not quite the same, so I decided to file a new bug report.
Comment 1 Srikanth Logic 2012-08-22 10:55:36 UTC
Interwiki links can be configured using a browser extension like https://addons.opera.com/nl/extensions/details/wikipedia-language-bubble/. 

Please see http://www.mediawiki.org/wiki/ULS , a project in development for making language selection easier. Initially ULS will be for changing interface language but may also cover changing between language editions of wikipedia, using interwiki links.

Btw, bug 11267 is not very related to this.
Comment 2 arst 2013-03-20 22:52:53 UTC
Here is a nice javascript solution for this, you can put it in your common.js:

var nlArticle = $('.interwiki-nl a').attr('title');
if (nlArticle)
    $('h1').append('<span style="margin:0 1em; vertical-align: middle; font-size:0.5em;"><a href="//nl.wikipedia.org/wiki/' + nlArticle + '">' + nlArticle + '</a></span>');

A css solution would be to simply style the link (.interwiki-nl a) in your common.css
Comment 3 John Mark Vandenberg 2013-10-02 03:37:15 UTC
*** Bug 22781 has been marked as a duplicate of this bug. ***
Comment 4 Nemo 2013-10-02 05:53:08 UTC
Note, it was proposed to make http://thread.gmane.org/gmane.org.wikimedia.mediawiki.i18n/662 into a project for [[mw:Mentorship programs/Possible projects]], the WMF is not going to work on it.
If you want to see this bug fixed, you have to add a section to that page (a mentor should not be too hard to find) and then push it for a GSoC/OPW candidate or chapter to pick it up.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links