From a6fb61e7846bbcec90f78c79e4335669bd5bb063 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 2 Dec 2005 00:03:15 +0000 Subject: [PATCH] * Fix custom namespaces on wikis set for Portuguese --- RELEASE-NOTES | 1 + languages/LanguagePt.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 78c6e7ae2b..c6e72261e5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -271,6 +271,7 @@ fully support the editing toolbar, but was found to be too confusing. * Remove obsolete 'redirect=no' on some edit links * Include oldid for the second revision on edit link on diff view * (bug 4035) Fix prev/next revision links on edit page +* Fix custom namespaces on wikis set for Portuguese === Caveats === diff --git a/languages/LanguagePt.php b/languages/LanguagePt.php index 9e5cb50545..1003768947 100644 --- a/languages/LanguagePt.php +++ b/languages/LanguagePt.php @@ -55,7 +55,7 @@ if($wgMetaNamespace === FALSE) NS_HELP_TALK => 'Ajuda_Discussão', # 13 NS_CATEGORY => 'Categoria', # 14 NS_CATEGORY_TALK => 'Categoria_Discussão' # 15 -); +) + $wgNamespaceNamesEn; /* private */ $wgQuickbarSettingsPt = array( 'Nenhuma', 'Fixo à esquerda', 'Fixo à direita', 'Flutuando à esquerda', 'Flutuando à direita' -- 2.20.1