Last modified: 2013-07-14 15:04:27 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T28320, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26320 - Set project namespace of Portuguese Wikipedia to "Wikipédia"
Set project namespace of Portuguese Wikipedia to "Wikipédia"
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
https://pt.wikipedia.org/wiki/Wikip%C...
: shell
: 26389 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-13 17:03 UTC by Helder
Modified: 2013-07-14 15:04 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Helder 2010-12-13 17:03:23 UTC
The Project namespace of pt.wikipedia.org should be changed to "Wikipédia", which is the name of the project in Portuguese (this is similar to bug 19364 about pt.wikibooks).

If I remember correctly, this can be done changing the
following:

'wgMetaNamespace' => array(
    #...
    'ptwiki'  => 'Wikipédia',
    #...
),

'wgMetaNamespaceTalk' => array(
    #...
    'ptwiki'  => 'Wikipédia_Discussão',
    #...
),

Besides this, it would be interesting to have the old name "Wikipedia" as an
alias for the project namespace (this way we don't need to change every link to pages in this namespace at pt.wikipedia).

'wgNamespaceAliases' => array(
    #...
      'Wikipedia' => NS_PROJECT,
      'Wikipedia_Discussão' => NS_PROJECT_TALK,
    #...
),

The change was approved by the community:
http://pt.wikipedia.org/wiki/Wikipedia:Esplanada/propostas/Finalizar_a_tradu%C3%A7%C3%A3o_de_%22Wikipedia%22_para_%22Wikip%C3%A9dia%22_%2830nov2010%29

Have a nice week!
Comment 1 Helder 2010-12-22 10:06:09 UTC
*** Bug 26389 has been marked as a duplicate of this bug. ***
Comment 2 JeLuF 2011-02-01 20:01:42 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1554)
+++ InitialiseSettings.php	(working copy)
@@ -1672,6 +1672,7 @@
     'plwikisource'  => 'Wikiźródła',
     'plwiktionary'  => 'Wikisłownik',
     'pntwiki'       => 'Βικιπαίδεια',
+    'ptwiki'        => 'Wikipédia',
     'ptwikimedia'   => 'Wikimedia',
     'pswiki'		=> 'ويکيپېډيا' ,
     'pswikibooks'	=> 'ويکيتابونه' ,
@@ -1818,6 +1819,7 @@
     'newwiki' => 'विकिपिडिया_खँलाबँला',
     'noboard_chapterswikimedia' => 'Wikimedia-diskusjon',
     'pntwiki'       => 'Βικιπαίδεια_καλάτσεμαν',
+    'ptwiki'        => 'Wikipédia_Discussão',
     'ptwikibooks' => 'Wikilivros_Discussão',
     'ptwikimedia' => 'Discussão_Wikimedia',
     'ruewiki'		=> 'Діскузія_ку_Вікіпедії',
@@ -2313,6 +2315,8 @@
     ),
     'ptwiki' => array(
       'Discussão_Portal' => 101,
+      'Wikipedia'        => NS_PROJECT,
+      'Wikipedia_Discussão' => NS_PROJECT_TALK,
     ),
     'ptwikibooks' => array(
       'Wikibooks' => NS_PROJECT,
Comment 3 Helder 2011-02-01 22:10:22 UTC
Hi JeLuF! Thank you for updating this for us.

Could you also update $wgSitename to 'Wikipédia'? This was requested on bug 26389 (duplicate of the current bug), but I forgot about that configuration in this request.
Comment 4 JeLuF 2011-02-01 23:10:58 UTC
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1555)
+++ InitialiseSettings.php	(working copy)
@@ -1268,6 +1268,7 @@
     'pswikibooks'	=> 'ويکيتابونه' ,
     'pswikiquote'	=> 'ويکيوراشه' ,
     'pswiktionary'	=> 'ويکيسيند' ,      
+    'ptwiki'        => 'Wikipédia',
     'ptwikibooks'   => 'Wikilivros',
     'ptwikimedia'   => 'Wikimedia Portugal',
     'ptwikinews'    => 'Wikinotícias',
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Comment 5 Helder 2011-02-01 23:35:53 UTC
Thanks! =D

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links