mediawiki-voteny/VoteNY.i18n.magic.php
Siebrand Mazeland a7aea465ae Remove use of deprecated LanguageGetMagic hook.
Update $wgExtensionCredits here and there, renamed descriptionmsg key for UKGeocodingForMaps.
Remove a few globals that were used for magic words.
Trim trailing whitespace and update indentation in a few places.
Updated examples.
2012-01-19 14:02:15 +00:00

11 lines
164 B
PHP

<?php
/**
* Internationalization file for magic words.
*/
$magicWords = array();
$magicWords['en'] = array(
'NUMBEROFVOTES' => array( 0, 'NUMBEROFVOTES' ),
);