MessagesGom_deva: Correct syntax in namespace alias
authorThe Discoverer <wiki.discoverer@gmail.com>
Sat, 2 Jul 2016 11:33:32 +0000 (11:33 +0000)
committer[[mw:User:The Discoverer]] <gerritpatchuploader@gmail.com>
Sat, 2 Jul 2016 11:33:32 +0000 (11:33 +0000)
The alias for NS_USER_TALK (last line of code) had a space in it. The
alias names should have underscores instead of spaces. The space has been
replaced by an underscore.
https://www.mediawiki.org/wiki/Manual:$wgNamespaceAliases

Change-Id: Iee25a1f596c5c64cfd898f97baedc8ad35740860

languages/messages/MessagesGom_deva.php

index 1cf80ce..d7a7cc8 100644 (file)
@@ -38,5 +38,5 @@ $namespaceAliases = [
        'श्रेणी_चर्चा' => NS_CATEGORY_TALK,
        'मिडिया' => NS_MEDIA,
        'उपेगकर्तो' => NS_USER,
-       'उपेगकर्तो चर्चा' => NS_USER_TALK
+       'उपेगकर्तो_चर्चा' => NS_USER_TALK
 ];