Remove trailing empty lines in PHP
Performed using
find . -name \*.php -exec sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' {} \;
Change-Id: I5d0627f94c73690cf3a8a453539c22c760c2aa60
This commit is contained in:
parent
7840373fd3
commit
ce6f7faadd
302 changed files with 0 additions and 302 deletions
|
|
@ -2121,4 +2121,3 @@ class Linker {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,3 @@
|
|||
*/
|
||||
class MWContentSerializationException extends MWException {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,4 +23,3 @@ class MWUnknownContentModelException extends MWException {
|
|||
return $this->modelId;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,4 +65,3 @@ abstract class EventRelayer implements LoggerAwareInterface {
|
|||
*/
|
||||
abstract protected function doNotify( $channel, array $events );
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1331,4 +1331,3 @@ abstract class DatabaseMysqlBase extends Database {
|
|||
return in_array( $name, $this->listViews( $prefix ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@
|
|||
*/
|
||||
class DBReplicationWaitError extends DBExpectedError {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,4 +35,3 @@ class MssqlField implements Field {
|
|||
return $this->type;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -103,4 +103,3 @@ class MySQLField implements Field {
|
|||
return $this->is_zerofill;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -802,4 +802,3 @@ class UserrightsPage extends SpecialPage {
|
|||
return 'users';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -73,4 +73,3 @@ $magicWords = [
|
|||
'special' => [ '0', 'цастәи', 'служебная', 'special' ],
|
||||
'index' => [ '1', '__АИНДЕКС__', '__ИНДЕКС__', '__INDEX__' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -153,4 +153,3 @@ $specialPageAliases = [
|
|||
'Whatlinkshere' => [ 'Hubong_gisa' ],
|
||||
'Withoutinterwiki' => [ 'Hana_interwiki' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -196,4 +196,3 @@ $specialPageAliases = [
|
|||
# glibc is wrong in this respect in some versions
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
$linkTrail = "/^([a-z]+)(.*)$/sD";
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ $namespaceNames = [
|
|||
NS_CATEGORY => 'Nkyekyem',
|
||||
NS_CATEGORY_TALK => 'Nkyekyem_nkɔmmɔbea',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,3 @@ $magicWords = [
|
|||
'servername' => [ '0', 'EMNISERVERIT', 'EMRIISERVERIT', 'SERVERNAME' ],
|
||||
'currentweek' => [ '1', 'JAVAAKTUALE', 'JAVAMOMENTALE', 'CURRENTWEEK' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -37,4 +37,3 @@ $specialPageAliases = [
|
|||
'Newpages' => [ 'አዳዲስ_ገጾች' ],
|
||||
'Shortpages' => [ 'አጫጭር_ገጾች' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -119,4 +119,3 @@ $specialPageAliases = [
|
|||
'Wantedtemplates' => [ 'Plantillas_requiestas', 'Plantillas_demandatas' ],
|
||||
'Watchlist' => [ 'Lista_de_seguimiento' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -39,4 +39,3 @@ $namespaceAliases = [
|
|||
'Floccgesprec' => NS_CATEGORY_TALK,
|
||||
'Floccmotung' => NS_CATEGORY_TALK,
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'hi';
|
||||
|
||||
|
|
|
|||
|
|
@ -433,4 +433,3 @@ $imageFiles = [
|
|||
'button-headline' => 'ar/button_headline.png',
|
||||
'button-nowiki' => 'ar/button_nowiki.png',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -125,4 +125,3 @@ $magicWords = [
|
|||
'url_path' => [ '0', 'ܫܒܝܠܐ', 'PATH' ],
|
||||
'url_wiki' => [ '0', 'ܘܝܩܝ', 'WIKI' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'es';
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,3 @@ $separatorTransformTable = [
|
|||
];
|
||||
|
||||
$fallback = 'ar';
|
||||
|
||||
|
|
|
|||
|
|
@ -332,4 +332,3 @@ $digitTransformTable = [
|
|||
'.' => '.',
|
||||
',' => ',',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -165,4 +165,3 @@ $digitTransformTable = [
|
|||
];
|
||||
|
||||
$digitGroupingPattern = "##,##,###";
|
||||
|
||||
|
|
|
|||
|
|
@ -60,4 +60,3 @@ $specialPageAliases = [
|
|||
'Search' => [ 'Gueta' ],
|
||||
'Statistics' => [ 'Estadístiques' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -89,4 +89,3 @@ $specialPageAliases = [
|
|||
'Wantedpages' => [ 'ErunBueem', 'EmpayanGluyasikieem' ],
|
||||
'Watchlist' => [ 'Suzdasiki' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'es';
|
||||
|
||||
|
|
|
|||
|
|
@ -59,4 +59,3 @@ $magicWords = [
|
|||
];
|
||||
|
||||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -83,4 +83,3 @@ $magicWords = [
|
|||
'img_none' => [ '1', 'هئچ', 'هیچ', 'none' ],
|
||||
'img_framed' => [ '1', 'قابیق', 'قاب', 'frame', 'framed', 'enframed' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -129,4 +129,3 @@ $specialPageAliases = [
|
|||
$namespaceGenderAliases = [];
|
||||
|
||||
$linkTrail = '/^((?:[a-z]|а|б|в|г|д|е|ё|ж|з|и|й|к|л|м|н|о|п|р|с|т|у|ф|х|ц|ч|ш|щ|ъ|ы|ь|э|ю|я|ә|ө|ү|ғ|ҡ|ң|ҙ|ҫ|һ|“|»)+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'id';
|
||||
|
||||
|
|
|
|||
|
|
@ -47,4 +47,3 @@ $namespaceAliases = [
|
|||
|
||||
// Remove German aliases
|
||||
$namespaceGenderAliases = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'id';
|
||||
|
||||
|
|
|
|||
|
|
@ -131,4 +131,3 @@ $specialPageAliases = [
|
|||
'Whatlinkshere' => [ 'ای لینکی ادان هست' ],
|
||||
'Withoutinterwiki' => [ 'بی بین ویکی' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -87,4 +87,3 @@ $magicWords = [
|
|||
'pagesincategory' => [ '1', 'PAHINASAKATEGORYA', 'PAHINASAKAT', 'PAGESINCATEGORY', 'PAGESINCAT' ],
|
||||
'pagesize' => [ '1', 'PAHINASOKOL', 'PAGESIZE' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -70,4 +70,3 @@ $separatorTransformTable = [
|
|||
];
|
||||
|
||||
$linkTrail = '/^([абвгґджзеёжзійклмнопрстуўфхцчшыьэюяćčłńśšŭźža-z]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -244,4 +244,3 @@ $imageFiles = [
|
|||
'button-italic' => 'be-tarask/button_italic.png',
|
||||
'button-link' => 'be-tarask/button_link.png',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -218,4 +218,3 @@ $bookstoreList = [
|
|||
$linkTrail = '/^([a-zабвгдежзийклмнопрстуфхцчшщъыьэюя]+)(.*)$/sDu';
|
||||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'bho';
|
||||
|
||||
|
|
|
|||
|
|
@ -135,4 +135,3 @@ $specialPageAliases = [
|
|||
'Whatlinkshere' => [ 'Tautan_balik' ],
|
||||
'Withoutinterwiki' => [ 'Kada_pakai_interwiki' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ $fallback = 'fr';
|
|||
|
||||
// Remove French aliases
|
||||
$namespaceGenderAliases = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ $digitTransformTable = [
|
|||
'8' => '༨', # ༨
|
||||
'9' => '༩', # ༩
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -41,4 +41,3 @@ $digitTransformTable = [
|
|||
'8' => '৮',
|
||||
'9' => '৯'
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@
|
|||
$fallback = 'fa';
|
||||
|
||||
$rtl = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -162,4 +162,3 @@ $dateFormats = [
|
|||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
$linkTrail = "/^((?:c\'h|C\'H|C\'h|c’h|C’H|C’h|[a-zA-ZàâçéèêîôûäëïöüùñÇÉÂÊÎÔÛÄËÏÖÜÀÈÙÑ])+)(.*)$/sDu";
|
||||
|
||||
|
|
|
|||
|
|
@ -261,4 +261,3 @@ $magicWords = [
|
|||
$fallback8bitEncoding = "iso-8859-2";
|
||||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
$linkTrail = '/^([a-zćčžšđž]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'id';
|
||||
|
||||
|
|
|
|||
|
|
@ -67,4 +67,3 @@ $specialPageAliases = [
|
|||
'Userlogin' => [ 'Нэбтэрхэ' ],
|
||||
'Userlogout' => [ 'Гараха' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -165,4 +165,3 @@ $bookstoreList = [
|
|||
];
|
||||
|
||||
$linkTrail = "/^((?:[a-zàèéíòóúç·ïü]|'(?!'))+)(.*)$/sDu";
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = "es";
|
||||
|
||||
|
|
|
|||
|
|
@ -138,4 +138,3 @@ $dateFormats = [
|
|||
'cdo date' => 'Y "nièng" n "nguŏk" j "hô̤" (l)',
|
||||
'cdo both' => 'Y "nièng" n "nguŏk" j "hô̤" (D) H:i',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -55,4 +55,3 @@ $specialPageAliases = [
|
|||
'Version' => [ 'Bersiyon' ],
|
||||
'Watchlist' => [ 'Gibantayan' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -22,4 +22,3 @@ $namespaceNames = [
|
|||
NS_CATEGORY => 'Katigoria',
|
||||
NS_CATEGORY_TALK => 'Kombetsasion_ni_katigoria',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'it';
|
||||
|
||||
|
|
|
|||
|
|
@ -99,4 +99,3 @@ $dateFormats = [
|
|||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
$linkTrail = '/^([a-zâçğıñöşüа-яё“»]+)(.*)$/sDu';
|
||||
$linkPrefixCharset = 'a-zâçğıñöşüA-ZÂÇĞİÑÖŞÜa-яёА-ЯЁ«„';
|
||||
|
||||
|
|
|
|||
|
|
@ -94,4 +94,3 @@ $dateFormats = [
|
|||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
$linkTrail = '/^([a-zâçğıñöşüа-яё“»]+)(.*)$/sDu';
|
||||
$linkPrefixCharset = 'a-zâçğıñöşüA-ZÂÇĞİÑÖŞÜa-яёА-ЯЁ«„';
|
||||
|
||||
|
|
|
|||
|
|
@ -356,4 +356,3 @@ $bookstoreList = [
|
|||
$linkTrail = '/^([a-záčďéěíňóřšťúůýž]+)(.*)$/sDu';
|
||||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ $namespaceNames = [
|
|||
NS_CATEGORY => 'Kategòrëjô',
|
||||
NS_CATEGORY_TALK => 'Diskùsëjô_Kategòrëji',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -92,4 +92,3 @@ $dateFormats = [
|
|||
|
||||
$linkTrail = '/^([a-zабвгдеєжѕзїіıићклмнопсстѹфхѡѿцчшщъыьѣюѥѧѩѫѭѯѱѳѷѵґѓђёјйљњќуўџэ҄я“»]+)(.*)$/sDu';
|
||||
$linkPrefixCharset = '„«';
|
||||
|
||||
|
|
|
|||
|
|
@ -35,4 +35,3 @@ $namespaceGenderAliases = [];
|
|||
$linkPrefixExtension = true;
|
||||
$linkTrail = '/^([a-zа-яĕçăӳ"»]+)(.*)$/sDu';
|
||||
$linkPrefixCharset = 'a-zA-Z"\\x{80}-\\x{10ffff}';
|
||||
|
||||
|
|
|
|||
|
|
@ -103,4 +103,3 @@ $bookstoreList = [
|
|||
];
|
||||
|
||||
$linkTrail = "/^([àáâèéêìíîïòóôûŵŷa-z]+)(.*)$/sDu";
|
||||
|
||||
|
|
|
|||
|
|
@ -144,4 +144,3 @@ $bookstoreList = [
|
|||
|
||||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
$linkTrail = '/^([a-zæøå]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -357,4 +357,3 @@ $imageFiles = [
|
|||
'button-bold' => 'de/button_bold.png',
|
||||
'button-italic' => 'de/button_italic.png',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'de';
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,3 @@
|
|||
|
||||
$fallback = 'de';
|
||||
$separatorTransformTable = [ ',' => "'", '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'de';
|
||||
|
||||
|
|
|
|||
|
|
@ -325,4 +325,3 @@ $magicWords = [
|
|||
'pagesincategory_subcats' => [ '0', 'bınkatategori', 'subcats' ],
|
||||
'pagesincategory_files' => [ '0', 'dosyey', 'files' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -140,4 +140,3 @@ $dateFormats = [
|
|||
'dmy date' => 'j. xg Y',
|
||||
'dmy both' => 'j. xg Y, H:i',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'ms';
|
||||
|
||||
|
|
|
|||
|
|
@ -80,4 +80,3 @@ $specialPageAliases = [
|
|||
'Wantedtemplates' => [ 'ބޭނުންވާ_ފަންވަތްތައް' ],
|
||||
'Watchlist' => [ 'މަގޭ_ނަޒަރު' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ $digitTransformTable = [
|
|||
'8' => '༨', # ༨
|
||||
'9' => '༩', # ༩
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'it';
|
||||
|
||||
|
|
|
|||
|
|
@ -332,4 +332,3 @@ $dateFormats = [
|
|||
'ISO 8601 date' => 'xnY-xnm-xnd',
|
||||
'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'it';
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,3 @@ $specialPageAliases = [
|
|||
'Uncategorizedpages' => [ 'UncategorisedPages' ],
|
||||
'Uncategorizedtemplates' => [ 'UncategorisedTemplates' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -284,4 +284,3 @@ $dateFormats = [
|
|||
'dmy date' => 'j M. Y',
|
||||
'dmy both' => 'H:i, j M. Y',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -300,4 +300,3 @@ $dateFormats = [
|
|||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
$linkTrail = '/^([a-záéíóúñ]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -289,4 +289,3 @@ $dateFormats = [
|
|||
'et roman date' => 'j. xrm Y',
|
||||
'et roman both' => 'j. xrm Y, "kell" H:i',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -106,4 +106,3 @@ $magicWords = [
|
|||
];
|
||||
|
||||
$separatorTransformTable = [ ',' => '.', '.' => ',' ]; /* Bug 15717 */
|
||||
|
||||
|
|
|
|||
|
|
@ -417,4 +417,3 @@ $imageFiles = [
|
|||
'button-headline' => 'fa/button_headline.png',
|
||||
'button-nowiki' => 'fa/button_nowiki.png',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ $fallback = 'fr';
|
|||
|
||||
// Remove French aliases
|
||||
$namespaceGenderAliases = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -286,4 +286,3 @@ $bookstoreList = [
|
|||
];
|
||||
|
||||
$linkTrail = '/^([a-zäö]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'fi';
|
||||
|
||||
|
|
|
|||
|
|
@ -99,4 +99,3 @@ $bookstoreList = [
|
|||
];
|
||||
|
||||
$linkTrail = '/^([áðíóúýæøa-z]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -317,4 +317,3 @@ $dateFormats = [
|
|||
];
|
||||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@
|
|||
*/
|
||||
|
||||
$fallback = 'fr';
|
||||
|
||||
|
|
|
|||
|
|
@ -302,4 +302,3 @@ $dateFormats = [
|
|||
];
|
||||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@
|
|||
$fallback = 'de';
|
||||
|
||||
$linkTrail = '/^([a-zäöüßåāđē]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -105,4 +105,3 @@ $dateFormats = [
|
|||
];
|
||||
|
||||
$separatorTransformTable = [ ',' => "\xc2\xa0", '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -129,4 +129,3 @@ $specialPageAliases = [
|
|||
|
||||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
$linkTrail = '/^([a-zàáèéìíòóùúâêîôûäëïöü]+)(.*)$/sDu';
|
||||
|
||||
|
|
|
|||
|
|
@ -77,4 +77,3 @@ $namespaceAliases = [
|
|||
'Plé_múnla' => NS_TEMPLATE_TALK,
|
||||
'Rang' => NS_CATEGORY
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -88,4 +88,3 @@ $specialPageAliases = [
|
|||
$magicWords = [
|
||||
'redirect' => [ '0', '#YÖNNENDİRMÄKLER', '#YÖNNENDİR', '#YÖNNENDİRMÄ', '#YÖNLENDİRME', '#YÖNLENDİR', '#REDIRECT' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -31,4 +31,3 @@ $namespaceNames = [
|
|||
$namespaceAliases = [
|
||||
'$1_談詑' => NS_PROJECT_TALK,
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ $namespaceNames = [
|
|||
NS_HELP_TALK => '帮助谈詑',
|
||||
NS_CATEGORY_TALK => '分类谈詑',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -45,4 +45,3 @@ $specialPageAliases = [
|
|||
'Unusedimages' => [ '冇用嗰檔案' ],
|
||||
'Watchlist' => [ '監視列表' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ $namespaceNames = [
|
|||
NS_CATEGORY => 'Roinn-seòrsa',
|
||||
NS_CATEGORY_TALK => 'Deasbaireachd_na_roinn-seòrsa',
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -274,4 +274,3 @@ $magicWords = [
|
|||
];
|
||||
|
||||
$separatorTransformTable = [ ',' => '.', '.' => ',' ];
|
||||
|
||||
|
|
|
|||
|
|
@ -30,4 +30,3 @@ $namespaceNames = [
|
|||
|
||||
// Remove Spanish gender aliases (bug 37090)
|
||||
$namespaceGenderAliases = [];
|
||||
|
||||
|
|
|
|||
|
|
@ -26,4 +26,3 @@ $specialPageAliases = [
|
|||
'Allpages' => [ '𐌰𐌻𐌻𐍃𐍃𐌴𐌹𐌳𐍉𐌽𐍃' ],
|
||||
'Recentchanges' => [ '𐌰𐍆𐍄𐌿𐌼𐌹𐍃𐍄𐍉𐍃𐌼𐌰𐌹𐌳𐌴𐌹𐌽𐌴𐌹𐍃' ],
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -21,4 +21,3 @@ $dateFormats = [
|
|||
'ymd date' => 'Y xg j',
|
||||
'ymd both' => 'H:i, Y xg j',
|
||||
];
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue