Last modified: 2010-05-15 14:35:51 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3207, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1207 - Splitting of MediaWiki:All
Splitting of MediaWiki:All
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-12-27 11:20 UTC by Ævar Arnfjörð Bjarmason
Modified: 2010-05-15 14:35 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
(working) testcase. (1.91 KB, patch)
2005-03-02 01:04 UTC, Ævar Arnfjörð Bjarmason
Details

Description Ævar Arnfjörð Bjarmason 2004-12-27 11:20:21 UTC
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.
Comment 1 Ævar Arnfjörð Bjarmason 2005-03-02 01:04:48 UTC
Created attachment 319 [details]
(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.
Comment 2 Ævar Arnfjörð Bjarmason 2005-03-02 01:06:06 UTC
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".
Comment 3 Ævar Arnfjörð Bjarmason 2005-03-26 21:26:58 UTC
Fixed in HEAD.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links