https://bugzilla.wikimedia.org/show_bug.cgi?id=39835
Liangent <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|Site configuration |Internationalization Product|Wikimedia |MediaWiki --- Comment #3 from Liangent <[email protected]> 2012-09-02 22:07:45 UTC --- (In reply to comment #2) > Sorry, you're right, it's MediaWiki issue. But now I'm not sure can this > symbol > be safely removed: why «[[ggg]]» is linked as [[ggg|«ggg»]] in Ukrainian > Wikimedia projects? Other wikipedias ignore « Because in MessagesUk.php, there are: $linkTrail = '/^([a-zабвгґдеєжзиіїйклмнопрстуфхцчшщьєюяёъы“»]+)(.*)$/sDu'; and $linkPrefixExtension = true; 'linkprefix' => '/^(.*?)(„|«)$/sD', I guess it could be a better fix to move linkTrail to a message, just like linkprefix, so it can be customized on site. In either case (move to message or just modify $linkTrail) it requires core change. Moving to MediaWiki product. -- 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
