Added $namespaceAliases to new Nahuatl localization reflecting the
authorPurodha B Blissenbach <purodha@users.mediawiki.org>
Wed, 6 Aug 2008 20:58:12 +0000 (20:58 +0000)
committerPurodha B Blissenbach <purodha@users.mediawiki.org>
Wed, 6 Aug 2008 20:58:12 +0000 (20:58 +0000)
previous Spanish names which may still be present in Nahuatl pages.

languages/messages/MessagesNah.php

index 2d9fdf0..239143b 100644 (file)
@@ -31,6 +31,32 @@ $namespaceNames = array(
        NS_CATEGORY_TALK    => 'Neneuhcāyōtl tēixnāmiquiliztli',
 );
 
+/**
+ * Array of namespace aliases, mapping from name to NS_xxx index
+ * The entire Spanish name space names are listed here, because the
+ * Spanish name spaces have been used via fallback in the past,
+ * and may be present in various pages at the moment.
+ */
+$namespaceAliases = array(
+       'Media'         => NS_MEDIA,
+       'Especial'      => NS_SPECIAL,
+       'Discusión'    => NS_TALK,
+       'Usuario'       => NS_USER,
+       'Usuario_Discusión'    => NS_USER_TALK,
+       'Wikipedia'     => NS_PROJECT,
+       'Wikipedia_Discusión'  => NS_PROJECT_TALK,
+       'Imagen'        => NS_IMAGE,
+       'Imagen_Discusión'     => NS_IMAGE_TALK,
+       'MediaWiki'     => NS_MEDIAWIKI,
+       'MediaWiki_Discusión'  => NS_MEDIAWIKI_TALK,
+       'Plantilla'     => NS_TEMPLATE,
+       'Plantilla_Discusión'  => NS_TEMPLATE_TALK,
+       'Ayuda'         => NS_HELP,
+       'Ayuda_Discusión'      => NS_HELP_TALK,
+       'Categoría'    => NS_CATEGORY,
+       'Categoría_Discusión' => NS_CATEGORY_TALK,
+);
+
 $specialPageAliases = array(
        'Userlogin'               => array( 'Tlacalaquiliztli', 'Registrarse' ),
        'Upload'                  => array( 'Quetza', 'Subir' ),