Liangent has uploaded a new change for review.

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

Change subject: Add special page alias for the example special page
......................................................................

Add special page alias for the example special page

Change-Id: I9b6c6e37fdd5f2fb3fceec4aa99fe51a7f4eb506
---
M BoilerPlate/BoilerPlate.i18n.alias.php
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/examples 
refs/changes/26/129426/1

diff --git a/BoilerPlate/BoilerPlate.i18n.alias.php 
b/BoilerPlate/BoilerPlate.i18n.alias.php
index e187c4a..9a0511a 100644
--- a/BoilerPlate/BoilerPlate.i18n.alias.php
+++ b/BoilerPlate/BoilerPlate.i18n.alias.php
@@ -6,4 +6,9 @@
  * @ingroup Extensions
  */
 
-$specialPageAliases = array();
\ No newline at end of file
+$specialPageAliases = array();
+
+/** English (English) */
+$specialPageAliases['en'] = array(
+       'HelloWorld' => array( 'HelloWorld' ),
+);

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b6c6e37fdd5f2fb3fceec4aa99fe51a7f4eb506
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/examples
Gerrit-Branch: master
Gerrit-Owner: Liangent <liang...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to