jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/372557 )
Change subject: Add missing qqq message documentation
......................................................................
Add missing qqq message documentation
Activate banana checker
Change-Id: I29159834200dca3d14fa0dd4ec277b7fcf097ffe
---
M Gruntfile.js
M i18n/en.json
M i18n/qqq.json
M package.json
4 files changed, 36 insertions(+), 8 deletions(-)
Approvals:
Nemo bis: Looks good to me, but someone else must approve
jenkins-bot: Verified
Jforrester: Looks good to me, approved
diff --git a/Gruntfile.js b/Gruntfile.js
index 545b62a..7756e75 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,12 +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',
@@ -15,6 +15,6 @@
}
} );
- grunt.registerTask( 'test', [ 'jsonlint' /* 'banana' */ ] );
+ grunt.registerTask( 'test', [ 'jsonlint', 'banana' ] );
grunt.registerTask( 'default', 'test' );
};
diff --git a/i18n/en.json b/i18n/en.json
index fd20ae8..0ce5bae 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -34,4 +34,4 @@
"blackout-sopastrike-ocpipa": "Read PIPA on OpenCongress",
"blackout-sopastrike-disclaimer": "Fight For The Future may contact you
about future campaigns. We will never share your email with anyone.",
"blackout-sopastrike-privacy": "Privacy Policy"
-}
\ No newline at end of file
+}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 3b6dbdb..ac456ef 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,7 +4,34 @@
"Gregory Varnum"
]
},
- "blackout-desc": "{{desc}}",
+ "blackout-desc":
"{{desc|name=Blackout|url=https://www.mediawiki.org/wiki/Extension:Blackout}}",
"blackout-stopsopa-header": "Header used on StopSopa skin",
- "blackout-stopsopa-message": "Message used on StopSopa skin"
-}
\ No newline at end of file
+ "blackout-stopsopa-message": "Message used on StopSopa skin",
+ "blackout-protestsopa-header": "Header used on ProtestSopa skin",
+ "blackout-protestsopa-message1": "Message used on ProtestSopa skin",
+ "blackout-protestsopa-message2": "Message used on ProtestSopa skin",
+ "blackout-protestsopa-message3": "Message used on ProtestSopa skin",
+ "blackout-protestsopa-action": "Message used on ProtestSopa skin",
+ "blackout-protestsopa-actionmsg": "Message used on ProtestSopa skin",
+ "blackout-protestsopa-join": "Message used on ProtestSopa skin",
+ "blackout-sopastrike-title": "Header used on SopaStrike skin",
+ "blackout-sopastrike-ogdesc": "Message used on SopaStrike skin",
+ "blackout-sopastrike-message1": "Message used on SopaStrike skin",
+ "blackout-sopastrike-message2": "Message used on SopaStrike skin",
+ "blackout-sopastrike-message3": "Message used on SopaStrike skin",
+ "blackout-sopastrike-address": "Message used on SopaStrike skin",
+ "blackout-sopastrike-zipcode": "Message used on SopaStrike skin",
+ "blackout-sopastrike-action": "Message used on SopaStrike skin",
+ "blackout-sopastrike-actionmsg1": "Message used on SopaStrike skin",
+ "blackout-sopastrike-actionmsg2": "Message used on SopaStrike skin",
+ "blackout-sopastrike-join": "Message used on SopaStrike skin",
+ "blackout-sopastrike-add": "Message used on SopaStrike skin",
+ "blackout-sopastrike-learn": "Message used on SopaStrike skin",
+ "blackout-sopastrike-video": "Message used on SopaStrike skin",
+ "blackout-sopastrike-orgpage": "Message used on SopaStrike skin",
+ "blackout-sopastrike-infographic": "Message used on SopaStrike skin",
+ "blackout-sopastrike-ocsopa": "Message used on SopaStrike skin",
+ "blackout-sopastrike-ocpipa": "Message used on SopaStrike skin",
+ "blackout-sopastrike-disclaimer": "Message used on SopaStrike skin",
+ "blackout-sopastrike-privacy": "Message used on SopaStrike skin"
+}
diff --git a/package.json b/package.json
index ce73540..c235eca 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/372557
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I29159834200dca3d14fa0dd4ec277b7fcf097ffe
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Blackout
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Nemo bis <[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