Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -664,6 +664,7 @@ |
665 | 665 | * (bug 1334) LanguageGa.php update |
666 | 666 | * (bug 1020) Changing user interface language does not work immediately |
667 | 667 | * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil) |
| 668 | +* (bug 3204) Fix typo breaking special pages in fy localization |
668 | 669 | |
669 | 670 | |
670 | 671 | === Caveats === |
Index: branches/REL1_5/phase3/languages/LanguageFy.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | |
13 | 13 | /* private */ $wgNamespaceNamesFy = array( |
14 | 14 | NS_MEDIA => "Media", |
15 | | - MS_SPECIAL => "Wiki", |
| 15 | + NS_SPECIAL => "Wiki", |
16 | 16 | NS_MAIN => "", |
17 | 17 | NS_TALK => "Oerlis", |
18 | 18 | NS_USER => "Meidogger", |