From 1ce1bca9cc278c1d5863448267e36984b397a70e Mon Sep 17 00:00:00 2001 From: Purodha Date: Sat, 5 Dec 2015 17:38:08 +0000 Subject: [PATCH] Correct spelling of Special namespace in Pashto MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- languages/messages/MessagesPs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages/messages/MessagesPs.php b/languages/messages/MessagesPs.php index 18c115b84b..cc555b6b38 100644 --- a/languages/messages/MessagesPs.php +++ b/languages/messages/MessagesPs.php @@ -15,7 +15,7 @@ $rtl = true; $namespaceNames = [ NS_MEDIA => 'رسنۍ', - NS_SPECIAL => 'ځانګړی', + NS_SPECIAL => 'ځانگړی', NS_TALK => 'خبرې_اترې', NS_USER => 'کارن', NS_USER_TALK => 'د_کارن_خبرې_اترې', @@ -33,6 +33,7 @@ $namespaceNames = [ ]; $namespaceAliases = [ + 'ځﺎﻧګړی' => NS_SPECIAL, 'کارونکی' => NS_USER, 'د_کارونکي_خبرې_اترې' => NS_USER_TALK, 'انځور' => NS_FILE, -- 2.20.1