mediawiki-extensions-Visual.../VisualEditor.i18n.alias.php
James D. Forrester 31f667ccf7 doc: Document all public and protected PHP functions
Also move the maintenane script to a name that makes
MediaWiki.Files.ClassMatchesFilename.NotMatch not error,
and use the more restrictive licence tag usage for
MediaWiki.Commenting.LicenseComment.InvalidLicenseTag.

Change-Id: Ifa5518cd590ae83c6fd76f1dbb5a2ce40de4b119
2018-03-28 12:50:44 -07:00

32 lines
553 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Aliases for Special:CollabPad
*
* @file
* @ingroup Extensions
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
* @license MIT
*/
$specialPageAliases = [];
/** English
* @author "James D. Forrester"
*/
$specialPageAliases['en'] = [
'CollabPad' => [ 'CollabPad', 'Collab Pad' ],
];
/** Cyrmu
* @author "James D. Forrester"
*/
$specialPageAliases['cy'] = [
'CollabPad' => [ 'PadCydweithredu', 'Pad Cydweithredu' ],
];
/** Urdu
*/
$specialPageAliases['ur'] = [
'CollabPad' => [ 'مشترکہ_پیڈ' ],
];