mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-24 07:33:49 +00:00
* SiteMatrix Internationalisation (en + he)
* Fixing spelling errors
This commit is contained in:
parent
9eb9382a6f
commit
4644bf34c2
2
Cite.php
2
Cite.php
|
@ -55,7 +55,7 @@ for ( $i = 0; $i < count( $wgCiteErrors['user'] ); ++$i )
|
|||
// User errors are positive integers
|
||||
define( $wgCiteErrors['user'][$i], $i + 1 );
|
||||
|
||||
# Internationlisation file
|
||||
# Internationalisation file
|
||||
require_once( 'Cite.i18n.php' );
|
||||
|
||||
function wfCite() {
|
||||
|
|
|
@ -22,7 +22,7 @@ $wgExtensionCredits['specialpage'][] = array(
|
|||
'url' => 'http://meta.wikimedia.org/wiki/Cite/SpecialCite.php'
|
||||
);
|
||||
|
||||
# Internationlisation file
|
||||
# Internationalisation file
|
||||
require_once( 'SpecialCite.i18n.php' );
|
||||
|
||||
$wgHooks['SkinTemplateBuildNavUrlsNav_urlsAfterPermalink'][] = 'wfSpecialCiteNav';
|
||||
|
|
Loading…
Reference in a new issue