https://bugzilla.wikimedia.org/show_bug.cgi?id=43985
--- Comment #1 from Krinkle <[email protected]> --- (In reply to comment #0) > Gerrit change #43982 is using an arrow because JS doesn't offer the > Language::getArrow > feature. For consistency, this feature should also be available in JS. The case of that change doesn't seem entirely appropiate. In core we also embed it in the message, looking for ← I find: 'backlinksubtitle' => '← $1' 'previousrevision' => '← Older revision', 'nextrevision' => 'Newer revision →', 'whatlinkshere-links' => '← links', 'previousdiff' => '← Older edit', 'nextdiff' => 'Newer edit →', 'imgmultipageprev' => '← previous page', 'imgmultipagenext' => 'next page →', Maybe we should implement this as a message, like we have 'ellipsis', 'parentheses', 'brackets', 'comma-separator' etc. Otherwise it is hard to use. Just prepending it can be confusing (I think you previously discouraged concatenating strings like that). If it is used in the interface, it is already taken care of by cssjanus (e.g. margin-left, padding-right). -- 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
