Page MenuHomePhabricator

Make quickbarSettings localizable through Special:Allmessages
Closed, ResolvedPublic

Description

Currently, the five names of the quickbar position settings (in English:
'None', 'Fixed left', 'Fixed right', 'Floating left', 'Floating right') can
only be localized by editing the MessagesXx.php file, not through the user
interface (Special:Allmessages).

This is due to the fact that those strings are currently not stored in the
messages array but in a separate array (quickbarSettings).

The patch moves those messages to the messages array and thus makes them
localizable like any other message in the MediaWiki namespace.

(Note: The quickbar position settings are only visible in Special:Preferences
when the skin that is displayed is either 'cologneblue' or 'standard'.)

This patch also removes a duplicate message from MessagesEn.php and includes
some other updates for the Latin language (la).

--[[la:Usor:UV]]


Version: 1.10.x
Severity: enhancement

Details

Reference
bz9032

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:35 PM
bzimport set Reference to bz9032.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 3245
untested patch

Attached: