Page MenuHomeWickedGov Phorge

CentralAuth.notranslate-alias.php
No OneTemporary

Size
475 B
Referenced Files
None
Subscribers
None

CentralAuth.notranslate-alias.php

<?php
/**
* Aliases for special pages of CentralAuth extension that should not be
* translated.
*
* Do not add this file to translatewiki.
*
* @file
* @ingroup Extensions
*/
$specialPageAliases = [];
/** English (English) */
$specialPageAliases['en'] = [
// Localizing Special:CentralAutoLogin causes issues (T56195) and is of
// miniscule benefit to users, so don't do so.
'CentralAutoLogin' => [ 'CentralAutoLogin' ],
'CentralLogin' => [ 'CentralLogin' ],
];

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 08:55 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1c/89/2989fe6cd572f17a1229cda51fe1
Default Alt Text
CentralAuth.notranslate-alias.php (475 B)

Event Timeline