Page MenuHomePhabricator

Splitting of MediaWiki:All
Closed, ResolvedPublic

Description

Author: avarab

Description:
Please split MediaWiki:All into one message for each page it's used on,
currently on, according to a grep of the sourcetree: Special: Contributions,
Watchlist, Imagelist, Recentchanges. Having one message for all of them makes
proper localization impossible for some languages.


Version: unspecified
Severity: normal

Details

Reference
bz1207
TitleReferenceAuthorSource BranchDest Branch
Provide Digital Ocean Spaces credentials to buildkitdrepos/releng/gitlab-cloud-runner!12dduvallreview/buildkitd-cache-via-do-spacesmain
helm: Support providing S3 credentials via a secretrepos/releng/buildkit!7dduvallreview/support-s3-credentialswmf/v0.10
Add caching abilityrepos/releng/gitlab-cloud-runner!5jhuneidiT320746main
First commitrepos/sre/sextant!1oblivianinitmain
Draft: First attempt at caching for image buildingrepos/releng/blubber!8jhuneidiT320746main
Customize query in GitLab

Event Timeline

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

avarab wrote:

(working) testcase.

This is a testcase which shows what I want to achive, it adds two messages
all_watchlist and all_contributions, it should make the old 'all' message
obsolete.

all that needs to be done is to add them to Language.php e.g.:

'all_watchlist' => 'all',
'all_contributions' => 'all',

This is needed for inflicted languages, e.g. in Icelandic the watchlist one
would be "allir" and the contributions one would be "öll", a correct
translation of the software is impossible using the current system.

Attached:

avarab wrote:

I forgot to mention that i couldn't make one of the messages appear, it's marked
in the patch with the comment " # I couln't make this appear".