Hoo man has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348108 )

Change subject: Add cy aliases for special pages
......................................................................

Add cy aliases for special pages

As translated by Jason J. Evans, thanks for that!

Change-Id: I98a856bbb8c9e522935f1af7015f0a448682911f
---
M ArticlePlaceholder.alias.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticlePlaceholder 
refs/changes/08/348108/1

diff --git a/ArticlePlaceholder.alias.php b/ArticlePlaceholder.alias.php
index 4d40abe..12b0162 100644
--- a/ArticlePlaceholder.alias.php
+++ b/ArticlePlaceholder.alias.php
@@ -14,3 +14,9 @@
        'AboutTopic' => array( 'AboutTopic', 'FancyUnicorn' ),
        'CreateTopicPage' => array( 'CreateTopicPage' ),
 );
+
+/** Welsh (Cymraeg) */
+$specialPageAliases['cy'] = array(
+       'AboutTopic' => array( 'Am y Pwnc' ),
+       'CreateTopicPage' => array( 'Creu Dalen Bwnc' ),
+);

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98a856bbb8c9e522935f1af7015f0a448682911f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticlePlaceholder
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

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

Reply via email to