Last modified: 2011-12-29 22:21:41 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 T35421, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33421 - ParserFunction 1.18 has incorrect italian string
ParserFunction 1.18 has incorrect italian string
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
ParserFunctions (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: i18n
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-29 22:17 UTC by Paolo Benvenuto
Modified: 2011-12-29 22:21 UTC (History)
0 users

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


Attachments

Description Paolo Benvenuto 2011-12-29 22:17:42 UTC
In the file ParserFunctions.i18n.magic.php the ifexist magic string has an "s" witch shouln't be there:

/** Italian (Italiano) */
$magicWords['it'] = array(
<------>'ifexist' => array( 0, 'ifexists' ),
<------>'language' => array( 0, '#LINGUA' ),
);

please correct:

/** Italian (Italiano) */
$magicWords['it'] = array(
<------>'ifexist' => array( 0, 'ifexist' ),
<------>'language' => array( 0, '#LINGUA' ),
);
Comment 1 Sam Reed (reedy) 2011-12-29 22:20:21 UTC
Fixed in r107600

Thanks!
Comment 2 Paolo Benvenuto 2011-12-29 22:21:41 UTC
thank you!!!!

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


Navigation
Links