* (bug 30217) Make pt-br a fallback of pt
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 18 Aug 2011 16:43:24 +0000 (16:43 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 18 Aug 2011 16:43:24 +0000 (16:43 +0000)
Depends on r94907.

RELEASE-NOTES-1.19
languages/messages/MessagesPt.php

index 328e6e3..9b3056b 100644 (file)
@@ -83,6 +83,7 @@ changes to languages because of Bugzilla reports.
 
 * Kichwa (qug) (new).
 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
+* (bug 30217) Make pt-br a fallback of pt
 
 === Other changes in 1.19 ===
 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
index 7408b4d..2695743 100644 (file)
@@ -44,6 +44,8 @@
  * @author 555
  */
 
+$fallback = 'pt-br';
+
 $namespaceNames = array(
        NS_MEDIA            => 'Multimédia',
        NS_SPECIAL          => 'Especial',