(bug 17151) Add magic word alias for #redirect
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 24 Jan 2009 21:51:19 +0000 (21:51 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 24 Jan 2009 21:51:19 +0000 (21:51 +0000)
languages/messages/MessagesVi.php

index 4615c52..97eb9cc 100644 (file)
@@ -106,7 +106,7 @@ $specialPageAliases = array(
 );
 
 $magicWords = array(
-       'redirect'               => array( 0,    '#redirect' , '#đổi'             ),
+       'redirect'               => array( 0,    '#redirect' , '#đổi', '#đổi'             ),
        'notoc'                  => array( 0,    '__NOTOC__' , '__KHÔNGMỤCMỤC__'             ),
        'forcetoc'               => array( 0,    '__FORCETOC__', '__LUÔNMỤCLỤC__'        ),
        'toc'                    => array( 0,    '__TOC__' , '__MỤCLỤC__'               ),