jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/370509 )

Change subject: Add missing qqq message documentation
......................................................................


Add missing qqq message documentation

Activate banana checker

Change-Id: Id9829e91c9b20e4355792d5f268899a3d74c0fcc
---
M Gruntfile.js
M i18n/qqq.json
M package.json
3 files changed, 14 insertions(+), 6 deletions(-)

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



diff --git a/Gruntfile.js b/Gruntfile.js
index 07f1c8d..3b5c5be 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -2,27 +2,29 @@
 module.exports = function ( grunt ) {
        grunt.loadNpmTasks( 'grunt-contrib-jshint' );
        grunt.loadNpmTasks( 'grunt-jsonlint' );
-       // grunt.loadNpmTasks( 'grunt-banana-checker' );
+       grunt.loadNpmTasks( 'grunt-banana-checker' );
 
        grunt.initConfig( {
                jshint: {
                        all: [
                                '**/*.js',
                                '!node_modules/**',
+                               '!vendor/**',
                                '!client/js/**'
                        ]
                },
-               // banana: {
-                       // all: 'i18n/'
-               // },
+               banana: {
+                       all: 'i18n/'
+               },
                jsonlint: {
                        all: [
                                '**/*.json',
-                               '!node_modules/**'
+                               '!node_modules/**',
+                               '!vendor/**'
                        ]
                }
        } );
 
-       grunt.registerTask( 'test', [ 'jshint', 'jsonlint' /* 'banana' */ ] );
+       grunt.registerTask( 'test', [ 'jshint', 'jsonlint', 'banana' ] );
        grunt.registerTask( 'default', 'test' );
 };
diff --git a/i18n/qqq.json b/i18n/qqq.json
index c67f9f8..9117228 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -5,6 +5,10 @@
                ]
        },
        "reflect-desc": 
"{{desc|what=extension|name=Reflect|url=https://www.mediawiki.org/wiki/Extension:Reflect}}";,
+       "reflect-bulleted": "Used as email notification text",
+       "reflect-bulleted-subject": "Used as email notification subject",
+       "reflect-responded": "Used as email notification text",
+       "reflect-responded-subject": "Used as email notification subject",
        "apihelp-reflectaction-description": 
"{{doc-apihelp-description|reflectaction}}",
        "apihelp-reflectaction-summary": 
"{{doc-apihelp-summary|reflectaction}}",
        "apihelp-reflectaction-param-reflectaction": 
"{{doc-apihelp-param|reflectaction|reflectaction}}",
diff --git a/package.json b/package.json
index ad98090..a43466c 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,11 @@
 {
+  "private": true,
   "scripts": {
     "test": "grunt test"
   },
   "devDependencies": {
     "grunt": "1.0.1",
+    "grunt-banana-checker": "0.6.0",
     "grunt-contrib-jshint": "0.11.3",
     "grunt-jsonlint": "1.0.7"
   }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id9829e91c9b20e4355792d5f268899a3d74c0fcc
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/Reflect
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to