Page MenuHomePhabricator

Add Arabic (ar) translation of the new namespaces for Arabic Wikipedia (arwiki)
Closed, ResolvedPublic

Description

Per community discussion, I would like to request the addition of Arabic (ar) translation of the following namespace names to be used on Arabic Wikipedia (arwiki):

$namespaceNames['ar'] = array(
NS_GADGET => 'إضافة',
NS_GADGET_TALK => 'نقاش_الإضافة',
NS_GADGET_DEFINITION => 'تعريف_الإضافة',
NS_GADGET_DEFINITION_TALK => 'نقاش_تعريف_الإضافة',
);

/** Arabic */
$namespaceNames['ar'] = array(
NS_TOPIC => 'موضوع',
);

Thank you.

Event Timeline

Meno25 raised the priority of this task from to Needs Triage.
Meno25 updated the task description. (Show Details)
Meno25 subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 235239 had a related patch set uploaded (by Catrope):
Add namespace names for Arabic

https://gerrit.wikimedia.org/r/235239

Change 235240 had a related patch set uploaded (by Catrope):
Add namespace for Arabic

https://gerrit.wikimedia.org/r/235240

I've uploaded patches to the Gadgets and Flow extensions in your name. Please check if I got the namespace names right. I copypasted them, so it should be fine, but my code editor doesn't like RTL scripts very much and I can't read Arabic myself.

I've uploaded patches to the Gadgets and Flow extensions in your name. Please check if I got the namespace names right. I copypasted them, so it should be fine, but my code editor doesn't like RTL scripts very much and I can't read Arabic myself.

They were pasted correctly. Thank you for your work.

Change 235239 merged by jenkins-bot:
Add namespace names for Arabic

https://gerrit.wikimedia.org/r/235239

Change 235240 merged by jenkins-bot:
Add namespace for Arabic

https://gerrit.wikimedia.org/r/235240

Catrope claimed this task.