From: Purodha Date: Sat, 5 Dec 2015 17:38:08 +0000 (+0000) Subject: Correct spelling of Special namespace in Pashto X-Git-Tag: 1.31.0-rc.0~6360 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=1ce1bca9cc278c1d5863448267e36984b397a70e;p=lhc%2Fweb%2Fwiklou.git 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 --- 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,