Last modified: 2008-03-18 19:58:05 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 T15415, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13415 - invalid $magicWords at MessagesPs.php
invalid $magicWords at MessagesPs.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
http://svn.wikimedia.org/viewvc/media...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-18 14:50 UTC by lɛʁi לערי ריינהארט
Modified: 2008-03-18 19:58 UTC (History)
2 users (show)

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


Attachments

Description lɛʁi לערי ריינהארט 2008-03-18 14:50:20 UTC
Dear friends;

MessagesPs.php contains today:

$magicWords = array(
    ...
    'pagename'            => array( 'دپاڼې-نوم' ),
    'pagenamee'           => array( 'دپاڼې-نومم' ),
    'namespace'           => array( 'نوم-تشيال' ),
    'namespacee'          => array( 'نوم-تشيالل' ),

Please look at
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesBg.php?view=markup
containing

$magicWords = array(
    ...
    'pagename'            => array( '1', 'PAGENAME', 'СТРАНИЦА' ),
    'pagenamee'           => array( '1', 'PAGENAMEE', 'СТРАНИЦАИ' ),
    'namespace'           => array( '1', 'NAMESPACE', 'ИМЕННОПРОСТРАНСТВО' ),
    'namespacee'          => array( '1', 'NAMESPACEE', 'ИМЕННОПРОСТРАНСТВОИ' ),


It is not wise to make such a "localization". Many pages are broken:

[[w:ps:user:לערי ריינהארט]] ...

Best regards REinhardt [[user:Gangleri]]
Comment 1 Bertrand GRONDIN 2008-03-18 19:58:05 UTC
the problem is from the original MAGIC MESSAGE is not written on$ magicWords array

fixed r32128

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


Navigation
Links