Set fallback to Spanish (es) for Extremaduran (ext)
authormaurelio <strigiwm@gmail.com>
Mon, 28 Sep 2015 07:31:28 +0000 (09:31 +0200)
committerMarcoAurelio <strigiwm@gmail.com>
Mon, 28 Sep 2015 09:38:51 +0000 (09:38 +0000)
Extremaduran projects do fallback to English. It's more appropriate to
fallback to Spanish since ext is an Spanish dialect.

Bug: T113925
Change-Id: Idedc16104ddd14ce7fcee709aa847c4c53301563

languages/messages/MessagesExt.php

index 1af959b..bc66a64 100644 (file)
@@ -8,7 +8,11 @@
  *
  */
 
+
+$fallback = 'es';
+
 $namespaceNames = array(
        NS_TEMPLATE         => 'Prantilla',
 );
 
+$namespaceGenderAliases = array();