https://bugzilla.wikimedia.org/show_bug.cgi?id=32403
--- Comment #2 from Robin Pepermans (SPQRobin) <[email protected]> 2011-12-11 23:22:21 UTC --- I was aware of this when making the change so that the direction depends on the user interface language (bug 6100). I didn't know how the direction of the title should be decided, so I left it as is. We cannot use the page content language because then "MediaWiki:Message/he" would be RTL, but the title obviously is LTR (except when the namespace is localised) regardless of the content. We have two alternatives: * use dir="auto" (only on Chrome so far) which would automatically put the title at the right place * use a hack by using both RLM and LRM, as I did for special page lists (Language::specialList()) -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
