https://bugzilla.wikimedia.org/show_bug.cgi?id=33421
Web browser: ---
Bug #: 33421
Summary: ParserFunction 1.18 has incorrect italian string
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: ParserFunctions
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
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' ),
);
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l