Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/205255

Change subject: Add special page alias for Special:GatherEditFeed
......................................................................

Add special page alias for Special:GatherEditFeed

otherwise I get notices, etc., and also
the special page name is not translatable.

Change-Id: I2252a1ad044264ae4075e87cc0fe66d469d81927
---
M Gather.alias.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/55/205255/1

diff --git a/Gather.alias.php b/Gather.alias.php
index 93488a5..00ff861 100644
--- a/Gather.alias.php
+++ b/Gather.alias.php
@@ -12,6 +12,7 @@
 /** English (English) */
 $specialPageAliases['en'] = array(
        'Gather' => array( 'Gather' ),
+       'GatherEditFeed' => array( 'GatherEditFeed' ),
        'GatherLists' => array( 'GatherLists' ),
 );
 
@@ -55,4 +56,4 @@
 /** Traditional Chinese (中文(繁體)‎) */
 $specialPageAliases['zh-hant'] = array(
        'Gather' => array( '聚集' ),
-);
\ No newline at end of file
+);

-- 
To view, visit https://gerrit.wikimedia.org/r/205255
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2252a1ad044264ae4075e87cc0fe66d469d81927
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to