https://bugzilla.wikimedia.org/show_bug.cgi?id=45596
--- Comment #9 from Bartosz DziewoĆski <[email protected]> --- Sorry for late reply. (In reply to comment #8) > Would it be possible to make the > digraphs title case (that is, "Cs" instead of "CS")? Should be pretty easy to do. If that's how it's supposed to be done everywhere, I think we could titlecase the digraphs in IcuCollation::$tailoringFirstLetters['hu'] and it should "just work". I can do it if it's the proper solution. And if that's only how hu.wiki wants this to look (and uppercased digraphs are correct in general), you could use a little CSS to uppercase the first letter and lowercase the rest: #mw-pages h3 { text-transform: lowercase; } #mw-pages h3::first-letter { text-transform: uppercase; } -- You are receiving this mail because: You are on the CC list for the bug. 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
