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

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

Add missing qqq message documentation

Activate banana checker

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/FanBoxes 
refs/changes/98/385798/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 2ea9e32..36b6671 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -2,7 +2,7 @@
 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: {
@@ -14,9 +14,9 @@
                                '!node_modules/**'
                        ]
                },
-               /* banana: {
+               banana: {
                        all: 'i18n/'
-               }, */
+               },
                jsonlint: {
                        all: [
                                '**/*.json',
@@ -25,6 +25,6 @@
                }
        } );
 
-       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 22f100e..62d244a 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,6 +4,76 @@
                ]
        },
        "fanbox-desc": 
"{{desc|name=FanBoxes|url=https://www.mediawiki.org/wiki/Extension:FanBoxes}}";,
+       "fanbox-add": "A button text",
+       "fanbox-addtext": "A button text",
+       "fanbox-categories-help": "A help text",
+       "fanbox-categories-label": "A label message",
+       "fanbox-choose-another": "An error message",
+       "fanbox-create-button": "A button text",
+       "fanbox-created-by": "A label message",
+       "fanbox-hash": "An error message",
+       "fanbox-members": "A description message",
+       "fanbox-mustenter-left": "An error message",
+       "fanbox-mustenter-right": "An error message",
+       "fanbox-mustenter-right-or": "An error message",
+       "fanbox-mustenter-title": "An error message",
+       "fanbox-perma": "A navigation link",
+       "fanbox-prev": "A navigation link",
+       "fanbox-next": "A navigation link",
+       "fan-addfan-title": "A page title",
+       "fan-createfor": "A page title",
+       "fan-createfannotloggedin": "An error message",
+       "fan-updatefan": "A page title",
+       "fanbox-instructions": "A description message",
+       "fanbox-title": "A header text",
+       "fanbox-leftsidetext": "A help message",
+       "fanbox-display-image": "A link text",
+       "fanbox-close-image": "A link text",
+       "fanbox-leftsideinstructions": "A help message",
+       "fanbox-rightsidetext": "A help message",
+       "fanbox-rightsideinstructions": "A help message",
+       "fanbox-charsleft": "A hint message",
+       "fanbox-leftbg-color": "A label message",
+       "fanbox-lefttext-color": "A label message",
+       "fanbox-rightbg-color": "A label message",
+       "fanbox-righttext-color": "A label message",
+       "fanbox-leftsideimage": "A help message",
+       "fanbox-leftsideimageinstructions": "A help message",
+       "fanboxes-maxchars-sixty": "A hint message",
+       "fanbox-upload-image-button": "A button text",
+       "fanbox-upload-new-image": "A button text",
+       "fanbox-update-button": "A button text",
+       "fanbox-userdoesnotexist": "An error message",
+       "fanbox-woops": "An error message",
+       "fanbox-userbox-category": "A category name",
+       "fanbox-summary-new": "An edit summary",
+       "fanbox-summary-update": "An edit summary",
+       "fan-addfan-exists": "Right text",
+       "f-list-title": "A page title",
+       "f-back-link": "A navigation link",
+       "f-count": "A description text",
+       "fan-embed": "A link text",
+       "fan-add-colors": "A link text",
+       "fanbox-remove": "A link text",
+       "fanbox-remove-fanbox": "A confirm message",
+       "fanbox-add-fanbox": "A confirm message",
+       "fanbox-add-fanbox-login": "A message shown to anon",
+       "fanbox-nav-header": "A header text",
+       "top-fanboxes-link": "A link text",
+       "most-recent-fanboxes-link": "A page title",
+       "fanbox-successful-add": "A success message",
+       "fanbox-successful-remove": "A success message",
+       "fanbox-users-with-fanbox": "A header text",
+       "fanbox-users-with-fanbox-message": "A description text",
+       "fanbox-woops-title": "A page title",
+       "user-fanbox-title": "A page title",
+       "topuserboxes": "{{doc-special}}",
+       "viewuserboxes": "{{doc-special}}",
+       "userboxes": "{{doc-special}}",
+       "userboxes-instructions": "{{optional}}",
+       "fanbox-top-list-is-empty": "A message to show an empty result",
+       "right-create-userbox": "{{doc-right|create-userbox}}",
+       "action-create-userbox": "{{doc-action|create-userbox}}",
        "apihelp-fanboxes-summary": "{{doc-apihelp-summary|fanboxes}}",
        "apihelp-fanboxes-param-what": "{{doc-apihelp-param|fanboxes|what}}",
        "apihelp-fanboxes-param-addRemove": 
"{{doc-apihelp-param|fanboxes|addRemove}}",
diff --git a/package.json b/package.json
index 66d5da7..cfbd858 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
        },
        "devDependencies": {
                "grunt": "1.0.1",
+               "grunt-banana-checker": "0.6.0",
                "grunt-contrib-jshint": "1.0.0",
                "grunt-jsonlint": "1.0.7"
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia06f77edde664ba7d0c327cd605e63b516679562
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FanBoxes
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