jenkins-bot has submitted this change and it was merged.

Change subject: Consistency tweaks in preparation for adding extension to TWN
......................................................................


Consistency tweaks in preparation for adding extension to TWN

* Fix array key of $wgMessagesDirs
* Remove persiod from end of description message
* Change 'descriptionmsg' to default
* Update qqq

Change-Id: I4db0e8d3614bc8a74a0f0c6b245e1b778ea73af4
---
M GoogleAnalyticsTopPages.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 4 insertions(+), 4 deletions(-)

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



diff --git a/GoogleAnalyticsTopPages.php b/GoogleAnalyticsTopPages.php
index e6f90c0..94002b3 100644
--- a/GoogleAnalyticsTopPages.php
+++ b/GoogleAnalyticsTopPages.php
@@ -31,7 +31,7 @@
                'name' => 'GoogleAnayltcisTopPages',
                'author' => 'Florian Schmidt',
                'url' => 
'https://www.mediawiki.org/wiki/Extension:GoogleAnalyticsTopPages',
-               'descriptionmsg' => 'googleanalyticstoppages-description',
+               'descriptionmsg' => 'googleanalyticstoppages-desc',
                'version'  => '0.0.1',
                'license-name' => "MIT",
        );
@@ -39,7 +39,7 @@
        $dir = __DIR__;
 
        // Messages
-       $wgMessagesDirs['MobileFrontend'] = $dir . '/i18n';
+       $wgMessagesDirs['GoogleAnalyticsTopPages'] = $dir . '/i18n';
 
        // Autoload Classes
        $wgAutoloadClasses[ 'GoogleAnalyticsTopPages' ] =
diff --git a/i18n/en.json b/i18n/en.json
index 3882293..4f70c57 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,6 +4,6 @@
                        "Florian Schmidt"
                ]
        },
-       "googleanalyticstoppages-description": "Provides a top pages list with 
the use of Google Analytics data.",
+       "googleanalyticstoppages-description": "Provides a top pages list with 
the use of Google Analytics data",
        "apihelp-googlepagestatsupdate-param-key": "Value of 
[[mw:Manual:$wgSecretKey|$wgSecretKey]]"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index a7aa6d5..ec94a42 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,6 +4,6 @@
                        "Florian Schmidt"
                ]
        },
-       "googleanalyticstoppages-description": "Description of this Extension.",
+       "googleanalyticstoppages-desc": 
"{{desc|name=GoogleAnalyticsTopPages|url=https://www.mediawiki.org/wiki/Extension:GoogleAnalyticsTopPages}}";,
        "apihelp-googlepagestatsupdate-param-key": "Help text for API parameter 
key."
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4db0e8d3614bc8a74a0f0c6b245e1b778ea73af4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleAnalyticsTopPages
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to