Page MenuHomePhabricator

Change name of Portal talk namespace on jawiki, jawikinews
Closed, ResolvedPublic

Description

Author: aokomoriuta

Description:
In mediawiki rev66497[1], Japanese namespace names have changed.
But in some custom namespace names of talk, it doesn't updated.

For example: [[Portal:数学]][2] (mathmatics) in Japanese Wikipedia, the portal-talk namespace names is [[Portal‐ノート:数学]]. It should be [[Portal・トーク:数学]]

[1] http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66497
[2] http://ja.wikipedia.org/wiki/Portal:%E6%95%B0%E5%AD%A6
[3] http://ja.wikipedia.org/wiki/Portal%E2%80%90%E3%83%8E%E3%83%BC%E3%83%88:%E6%95%B0%E5%AD%A6


Version: unspecified
Severity: enhancement

Details

Reference
bz23569

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz23569.

aokomoriuta wrote:

Ja wikinews has "ポータル" (Portal) namespace and its talk is "ポータル‐ノート".
It should be "ポータル・トーク".

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 763)

+++ InitialiseSettings.php (working copy)
@@ -3506,7 +3506,7 @@

102 => 'Progetto',
103 => 'Discussioni_progetto',
),
  • 'jawiki' => array( 100 => 'Portal', 101 => 'Portal‐ノート' ),

+ 'jawiki' => array( 100 => 'Portal', 101 => 'Portal・トーク' ),

'kawiki' => array(
    100 => 'პორტალი',
    101 => 'პორტალი_განხილვა',

@@ -4267,7 +4267,7 @@

),
'jawikinews' => array(
    100 => "ポータル",
  • 101 => "ポータル‐ノート",

+ 101 => "ポータル・トーク",

   108 => '短信',
   109 => '短信‐ノート',
),

aokomoriuta wrote:

Thanks.
But old link [[ポータル‐ノート:数学]] doesn't work.
Could you add "ポータル‐ノート" as alias of "ポータル・トーク"?

aokomoriuta wrote:

(In reply to comment #3)

Thanks.
But old link [[ポータル‐ノート:数学]] doesn't work.
Could you add "ポータル‐ノート" as alias of "ポータル・トーク"?

I commit this as new bug Bug 23576.

Aphaia wrote:

Hi,
on behalf of jawikinews, I request as follows:

  • keep (or re-add) ポータル‐ノート as alias for its custom namespace 101
  • change setting of its custom namespace 109 which is now named 短信‐ノート, as similar, ie.
    • make 短信・ノート as default and
    • keep the current value 短信‐ノート remaining as alias

Thanks in advance!

Aphaia wrote:

Now seems resolved. Thanks so much :)