https://bugzilla.wikimedia.org/show_bug.cgi?id=1553
--- Comment #16 from Aryeh Gregor <[EMAIL PROTECTED]> 2008-12-08 23:02:42 UTC --- (In reply to comment #13) > I tried something very similar using :lang, but it only worked if the wiki's > language was German. So, it would have worked on the German Wikipedia, but not > on the Wikimedia Commons. I was hoping to do something like: > > html.uselang-de #p-navigation h5 > > but MediaWiki does not expose the "uselang" parameter in CSS, so the best > thing > that I could personally do was add wrappers to the messages via Betawiki. Keep in mind that it's possible to have a mix of interface languages displayed on a page. Some messages might be untranslated and fall back to the specified fallback language, and some messages might be forced to the content language on some wikis. Deciding whether to lowercase on a per-message basis is likely the best idea, if it's feasible. Personally, I think the best solution might be to get rid of the text-transform rule for all languages. It's not worth the trouble it causes. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
