Nikerabbit has submitted this change and it was merged.

Change subject: Correct spelling of Special namespace in Pashto
......................................................................


Correct spelling of Special namespace in Pashto

The Pasho namespace name was spelt 'ځانګړی ' but 'ځانگړی ' is correct.
(one character is different)
The misspelling is kept as an alias for the time being as a safety
measure so as to not break anything.

Bug: T119796
Bug: T134581
Bug: T100951
Change-Id: I79f38063f22d46541c423fc415144f3ba7b4d61e
---
M languages/messages/MessagesPs.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/languages/messages/MessagesPs.php 
b/languages/messages/MessagesPs.php
index 18c115b..cc555b6 100644
--- a/languages/messages/MessagesPs.php
+++ b/languages/messages/MessagesPs.php
@@ -15,7 +15,7 @@
 
 $namespaceNames = [
        NS_MEDIA            => 'رسنۍ',
-       NS_SPECIAL          => 'ځانګړی',
+       NS_SPECIAL          => 'ځانگړی',
        NS_TALK             => 'خبرې_اترې',
        NS_USER             => 'کارن',
        NS_USER_TALK        => 'د_کارن_خبرې_اترې',
@@ -33,6 +33,7 @@
 ];
 
 $namespaceAliases = [
+       'ځﺎﻧګړی' => NS_SPECIAL,
        'کارونکی' => NS_USER,
        'د_کارونکي_خبرې_اترې' => NS_USER_TALK,
        'انځور' => NS_FILE,

-- 
To view, visit https://gerrit.wikimedia.org/r/257070
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I79f38063f22d46541c423fc415144f3ba7b4d61e
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Purodha <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Purodha <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to