Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -83,6 +83,7 @@ |
84 | 84 | |
85 | 85 | * Kichwa (qug) (new). |
86 | 86 | * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language. |
| 87 | +* (bug 30217) Make pt-br a fallback of pt |
87 | 88 | |
88 | 89 | === Other changes in 1.19 === |
89 | 90 | * jquery.mwPrototypes module was renamed to jquery.mwExtension. |
Index: trunk/phase3/languages/messages/MessagesPt.php |
— | — | @@ -44,6 +44,8 @@ |
45 | 45 | * @author 555 |
46 | 46 | */ |
47 | 47 | |
| 48 | +$fallback = 'pt-br'; |
| 49 | + |
48 | 50 | $namespaceNames = array( |
49 | 51 | NS_MEDIA => 'Multimédia', |
50 | 52 | NS_SPECIAL => 'Especial', |