Adding a Yiddish alias for REDIRECT, per request.
authorRotem Liss <rotem@users.mediawiki.org>
Thu, 8 Feb 2007 18:40:35 +0000 (18:40 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Thu, 8 Feb 2007 18:40:35 +0000 (18:40 +0000)
languages/messages/MessagesYi.php

index c63a7e9..56689e5 100644 (file)
@@ -46,10 +46,10 @@ $defaultUserOptionOverrides = array(
 
 /**
  * Magic words.
- * Disabling the Hebrew ones.
+ * Disabling the Hebrew aliases, adding a Yiddish alias for #REDIRECT.
  */
 $magicWords = array(
-       'redirect'               => array( 0,    '#REDIRECT'              ),
+       'redirect'               => array( 0,    '#ווייטערפירן', '#REDIRECT'              ),
        'notoc'                  => array( 0,    '__NOTOC__'              ),
        'nogallery'              => array( 0,    '__NOGALLERY__'          ),
        'forcetoc'               => array( 0,    '__FORCETOC__'           ),