Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385847 )

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

Add missing qqq message documentation

Activate banana checker

Change-Id: I4efdb74e47086057e5c465607728728cc3fd3353
---
M Gruntfile.js
A i18n/qqq.json
M package.json
3 files changed, 11 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CommunityApplications 
refs/changes/47/385847/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 54f788e..7756e75 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,13 +1,12 @@
 /*jshint node:true */
 module.exports = function ( grunt ) {
        grunt.loadNpmTasks( 'grunt-jsonlint' );
-       // grunt.loadNpmTasks( 'grunt-banana-checker' );
+       grunt.loadNpmTasks( 'grunt-banana-checker' );
 
        grunt.initConfig( {
-               /* banana: {
+               banana: {
                        all: 'i18n/'
                },
-               */
                jsonlint: {
                        all: [
                                '**/*.json',
@@ -16,6 +15,6 @@
                }
        } );
 
-       grunt.registerTask( 'test', [ 'jsonlint' /* 'banana' */ ] );
+       grunt.registerTask( 'test', [ 'jsonlint', 'banana' ] );
        grunt.registerTask( 'default', 'test' );
 };
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..3ce8b73
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,7 @@
+{
+       "@metadata": {},
+       "community-applications-title": "A page title",
+       "community-applications-application-title": "A entry message",
+       "community-applications-download": "A link text",
+       "community-applications-intro": "A intro message"
+}
diff --git a/package.json b/package.json
index a8c0f51..529e6ce 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
   },
   "devDependencies": {
     "grunt": "1.0.1",
+    "grunt-banana-checker": "0.6.0",
     "grunt-jsonlint": "1.0.7"
   }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4efdb74e47086057e5c465607728728cc3fd3353
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CommunityApplications
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

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

Reply via email to