Merged localisation-work branch:
[lhc/web/wiklou.git] / languages / MessagesNah.php
index 9ebf344..b3f4b31 100644 (file)
@@ -1,7 +1,21 @@
 <?php
+/** Nahuatl
+  *
+  * @package MediaWiki
+  * @subpackage Language
+  *
+  * @author Rob Church <robchur@gmail.com>
+  *
+  * @copyright Copyright © 2006, Rob Church
+  * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
+ */
 
-global $wgAllMessagesNah;
-$wgAllMessagesNah = array(
+# Per conversation with a user in IRC, we inherit from Spanish and work from there
+# Nahuatl was the language of the Aztecs, and a modern speaker is most likely to
+# understand Spanish if a Nah translation is not available
+$fallback = 'es';
+
+$messages = array(
 
        # Month names
        'january' => 'Tlacenti',
@@ -34,4 +48,4 @@ $wgAllMessagesNah = array(
 );
 
 
-?>
\ No newline at end of file
+?>