Last modified: 2009-01-07 08:53:01 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 T15867, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13867 - Interwiki links to other languages doesn't use the corresponding font
Interwiki links to other languages doesn't use the corresponding font
Status: RESOLVED DUPLICATE of bug 4901
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
1.12.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-28 10:47 UTC by hkytrewq
Modified: 2009-01-07 08:53 UTC (History)
2 users (show)

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


Attachments

Description hkytrewq 2008-04-28 10:47:57 UTC
In the "languages" box in the left column, those interwiki links are rendered with font-family specified according to the language of the page instead of that of the class. For example, in the English Wikipedia, the font of the interwiki link to the Japanese Wikipedia, whose class is "interwiki-ja", is determined by "font.name.sans-serif.x-western" in "about:config" when browsing with latest release of Firefox. It would be more "make sense" if the font of the link whose class is "interwiki-xx" (xx is a language code) is determined by "font.name.sans-serif.xx".

I think that this may be due to lack of 'lang="xx" xml:lang="xx"' in the html tag.
Comment 1 百楽兎 2008-06-08 10:18:21 UTC
A solution is adding "lang=xx" to <li> tags.

For example,

Now: <LI class=interwiki-en><A href="http://en.wikipedia.org/wiki/">English</A>

Solution:<LI class=interwiki-en lang=en><A href="http://en.wikipedia.org/wiki/">English</A>
Comment 2 Siebrand Mazeland 2008-08-18 15:42:45 UTC
Component: Page rendering -> i18n
Comment 3 Raimond Spekking 2009-01-07 08:53:01 UTC

*** This bug has been marked as a duplicate of bug 4901 ***

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


Navigation
Links