Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/227498

Change subject: Update i18n messages
......................................................................

Update i18n messages

Fixes a sentance mistake.

Add messages for metrolook.css and metrolook.js both optional.

Change-Id: I56e782d85f1fbc1cc22af4ad3b7dd562b59fc8f0
---
M Gruntfile.js
M i18n/en.json
M i18n/qqq.json
M package.json
4 files changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Metrolook 
refs/changes/98/227498/1

diff --git a/Gruntfile.js b/Gruntfile.js
index abb41c9..32da573 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,10 +1,10 @@
 /*jshint node:true */
 module.exports = function ( grunt ) {
+       var conf = grunt.file.readJSON( 'skin.json' );
        grunt.loadNpmTasks( 'grunt-contrib-jshint' );
        grunt.loadNpmTasks( 'grunt-jsonlint' );
        grunt.loadNpmTasks( 'grunt-banana-checker' );
        grunt.loadNpmTasks( 'grunt-jscs' );
-       var conf = grunt.file.readJSON( 'skin.json' );
 
        grunt.initConfig( {
                jshint: {
diff --git a/i18n/en.json b/i18n/en.json
index 31bb273..7838ec0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5,8 +5,10 @@
                ]
        },
        "skinname-metrolook": "Metrolook",
-       "skinmetrolook-collapsiblenav-preference": "Enable collapsing of items 
in the sidebar in Metrolook skin",
        "metrolook-desc": "Metrolook skin for MediaWiki",
+       "metrolook.css": "/* CSS placed here will affect users of the Metrolook 
skin */",
+       "metrolook.js": "/* Any JavaScript here will be loaded for users using 
the Metrolook skin */",
+       "skinmetrolook-collapsiblenav-preference": "Enable collapsing of items 
in the sidebar in Metrolook skin",
        "metrolook-guest": "Guest",
        "metrolook-tiles": "* 
http://www.pidgi.net/wiki/|PidgiWiki|http://images.pidgi.net/pidgiwikitiletop.png\n*
 http://www.pidgi.net/press/|PidgiWiki 
Press|http://images.pidgi.net/pidgipresstiletop.png\n* 
http://www.petalburgwoods.com/|Petalburg 
Woods|http://images.pidgi.net/pwntiletop.png\n* 
http://burstcade.pidgi.net/|Burstcade|http://images.pidgi.net/burstcadetiletop.png";,
        "metrolook-tiles-second": ""
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 74886e4..36a492c 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -7,8 +7,10 @@
                ]
        },
        "skinname-metrolook": "{{optional}}",
-       "skinmetrolook-collapsiblenav-preference": "The message refers to the 
sidebar, whose sections a re collapsible in Metrolook skin (some of them 
collapsed by default and some no); the preference disables collapsing entirely 
and is among \"Advanced options\" in the \"Appearence\" section.",
        "metrolook-desc": 
"{{desc|name=Metrolook|url=https://www.mediawiki.org/wiki/Skin:Metrolook}}";,
+       "metrolook.css": "{{optional}}",
+       "metrolook.js": "{{optional}}",
+       "skinmetrolook-collapsiblenav-preference": "The message refers to the 
sidebar, whose sections are collapsible in Metrolook skin (some of them 
collapsed by default and some no); the preference disables collapsing entirely 
and is among \"Advanced options\" in the \"Appearence\" section.",
        "metrolook-guest": "Used for descbribing you as a guest editing the 
wiki.\n{{Identical|Guest}}",
        "metrolook-tiles": "Used to configure the first set of tiles, which are 
displayed when <code>$wgMetrolookBartile</code> is set to 
<code>true</code>.\nThe message's format is:\n\n* URL to the site|alternative 
text|image URL\n\nFor example:\n\n* 
http://www.pidgi.net/wiki/|PidgiWiki|http://images.pidgi.net/pidgiwikitiletop.png\n*
 http://www.pidgi.net/press/|PidgiWiki 
Press|http://images.pidgi.net/pidgipresstiletop.png\n* 
http://www.pidgi.net/jcc/|The JCC|http://images.pidgi.net/jcctiletop.png\n* 
http://www.petalburgwoods.com/|Petalburg 
Woods|http://images.pidgi.net/pwntiletop.png";,
        "metrolook-tiles-second": "Used to configure the second set of tiles, 
which are displayed when <code>$wgMetrolookBartile</code> is set to 
<code>false</code>. The format is same as that of 
[[MediaWiki:Metrolook-tiles]]."
diff --git a/package.json b/package.json
index 93beca9..7a6ece4 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "grunt-cli": "0.1.13",
     "grunt-contrib-jshint": "0.11.2",
     "grunt-banana-checker": "0.2.2",
-    "grunt-jscs": "1.8.0",
+    "grunt-jscs": "2.0.0",
     "grunt-jsonlint": "1.0.4"
   }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56e782d85f1fbc1cc22af4ad3b7dd562b59fc8f0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Metrolook
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

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

Reply via email to