Page MenuHomePhabricator

Please create various namespaces for fawikinews
Closed, ResolvedPublic

Description

Hi, We have Problems with namespaces in fa.wikinews.org , This are new values:

namespaces[100] = درگاه
namespaces[101] = بحث درگاه
namespaces[102] = نظرها
namespaces[103] = بحث نظرها

Please Change they to this new values

Thank you


Version: unspecified
Severity: normal
URL: http://fa.wikinews.org

Details

Reference
bz25627

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:13 PM
bzimport set Reference to bz25627.
bzimport added a subscriber: Unknown Object (MLST).

reset priority, its not critical.

Also you might want to include what the namespaces should be in normal (non {) letters. I imagine that may make it easier for the people doing this.

(In reply to comment #1)

reset priority, its not critical.

Also you might want to include what the namespaces should be in normal (non
{) letters. I imagine that may make it easier for the people doing this.

It will yes.

Also, please provide a link to community consensus for this change.

HTML unescaped:

namespaces[100] = "درگاه";
namespaces[101] = "بحث درگاه";
namespaces[102] = "نظرها";
namespaces[103] = "بحث نظرها";

I said to sahim to confirm this, he is one admins, check it now, until he come here, please

We don't need anyone to confirm this personally, we need a proof that there is community's consensus for this change. Just give a link to a public discussion where these namespaces were approved.

atgigabyte.info wrote:

i am sysop in fa.wikinews.org and Confirmation of change. please change the translate. thanks

we haven't any public discussion ther but i can prove it for example check main portals on enwikinews they linked to fawikinews that start with "درگاه", please check

atgigabyte.info wrote:

self.namespaces[100] = {
    'fa': u'درگاه',
}

self.namespaces[101] = {
    'fa': u'بحث درگاه',
}

self.namespaces[102] = {
    'fa': u'نظرها',
}

self.namespaces[103] = {
    'fa': u'بحث نظرها',
}

atgigabyte.info wrote:

Please added to the original Commands.powered by mjbmri. thanks

(In reply to comment #8)

self.namespaces[100] = {
    'fa': u'درگاه',
}

self.namespaces[101] = {
    'fa': u'بحث درگاه',
}

self.namespaces[102] = {
    'fa': u'نظرها',
}

self.namespaces[103] = {
    'fa': u'بحث نظرها',
}

I'm not sure where your getting this code from (its wrong since mediawiki isn't written in python... ), but don't worry if you give the namespace number and what you want the namespace name to be (Which you did), the devs know where to add the code (And what it should be).

Per what MaxSem said, what is wanted is a link to a public discussion on fa.wikinews.org showing that the people there have seen the proposal, know what it is, and have agreed its a good idea.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1259)

+++ InitialiseSettings.php (working copy)
@@ -4593,6 +4593,12 @@

		100 => 'Comentarios',
		101 => 'Comentarios_Discusión',
	),

+ 'fawikinews' => array(
+ 100 => 'درگاه',
+ 101 => 'بحث_درگاه',
+ 102 => 'نظرها',
+ 103 => 'بحث_نظرها',
+ ),

'frwikinews' => array(
    102 => 'Transwiki',
    103 => 'Discussion_Transwiki',