From: Brion Vibber Date: Tue, 11 Oct 2005 22:32:10 +0000 (+0000) Subject: * Namespaces hacks on LanguagePl X-Git-Tag: 1.6.0~1464 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Three?a=commitdiff_plain;h=5d7adf153704f116e027821bcf066e6854b97a3c;p=lhc%2Fweb%2Fwiklou.git * Namespaces hacks on LanguagePl --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index be07e4b4d2..f0461f40c0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -142,6 +142,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 3414) Add plural forms support to Belarusian * (bug 3163) Full translation of LanguageBr * (bug 3617) Update for portuguese language (pt) +* Namespaces hacks on LanguagePl === Caveats === diff --git a/languages/LanguagePl.php b/languages/LanguagePl.php index 439ce87595..9274945886 100644 --- a/languages/LanguagePl.php +++ b/languages/LanguagePl.php @@ -26,9 +26,11 @@ case 'Wikiźródła': $wgMetaUserNamespace = 'Wikiskryba'; $wgMetaUserTalkNamespace = 'Dyskusja_Wikiskryby'; break; case 'Wikibooks': + $wgMetaTalkNamespace = 'Dyskusja_Wikibooks'; $wgMetaUserNamespace = 'Wikipedysta'; $wgMetaUserTalkNamespace = 'Dyskusja_Wikipedysty'; break; case 'Wikinews': + $wgMetaTalkNamespace = 'Dyskusja_Wikinews'; $wgMetaUserNamespace = 'Wikireporter'; $wgMetaUserTalkNamespace = 'Dyskusja_Wikireportera'; break; default: