Set fallback for Frisian (fy) and Zealandic (zea) to Dutch (nl)
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 8 Sep 2007 15:59:29 +0000 (15:59 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 8 Sep 2007 15:59:29 +0000 (15:59 +0000)
RELEASE-NOTES
languages/messages/MessagesFy.php
languages/messages/MessagesZea.php

index 54bd56c..eb548af 100644 (file)
@@ -42,10 +42,12 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
 * Danish (da)
 * German (de)
 * Persian (fa)
+* Frisian (fy)
 * French (fr)
 * Kazakh (kk)
 * Dutch (nl)
-* SlovenĨina (sk}
+* SlovenĨina (sk)
+* Zealandic (zea)
 
 == Compatibility ==
 
index d644213..7dc064f 100644 (file)
@@ -5,6 +5,8 @@
  *
  */
 
+$fallback = 'nl';
+
 $skinNames = array(
        'standard' => 'Standert',
        'nostalgia' => 'Nostalgy',
index 0f0c48e..c8f7ca9 100644 (file)
@@ -5,7 +5,9 @@
  * @addtogroup Language
  * @author Rob Church <robchur@gmail.com>
  */
+
+$fallback = 'nl';
+
 /**
  * Namespace names
  * (bug 8708)
@@ -30,5 +32,3 @@ $namespaceNames = array(
        NS_CATEGORY         => 'Categorie',
        NS_CATEGORY_TALK    => 'Overleg_categorie',
 );
-
-