[MediaWiki-commits] [Gerrit] mediawiki...PropertySuggester[master]: Use tabs in json

2017-06-11 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/358149 )

Change subject: Use tabs in json
..


Use tabs in json

Change-Id: Ifd3ece12df11ecfdc4ca9708c9a4486faacc33bb
---
M i18n/en.json
M package.json
2 files changed, 39 insertions(+), 39 deletions(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/i18n/en.json b/i18n/en.json
index f204029..e011a93 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,23 +1,23 @@
 {
-"@metadata": {
-"authors": [
-"Christian Dullweber",
-"Katie Filbert"
-]
-},
-"propertysuggester-desc": "Suggests properties when adding Wikibase 
statements.",
-"apihelp-wbsgetsuggestions-description": "API module for getting 
suggestions of additional properties to add to a Wikibase entity. The API 
module is primarily intended for use by the suggester widget when users are 
editing Wikibase entities.",
-"apihelp-wbsgetsuggestions-example-1": "Get suggestions for entity Q4",
-"apihelp-wbsgetsuggestions-example-2": "Get suggestions for entity Q4 from 
rank 10 to 15",
-"apihelp-wbsgetsuggestions-example-3": "Get suggestions for the property 
combination P21 and P31",
-"apihelp-wbsgetsuggestions-example-4": "Get suggestions for the qualifiers 
that are used with P21",
-"apihelp-wbsgetsuggestions-example-5": "Get suggestions for the references 
that are used with P21",
-"apihelp-wbsgetsuggestions-param-context": "Either item, reference or 
qualifier.",
-"apihelp-wbsgetsuggestions-param-continue": "Offset where to continue a 
search.",
-"apihelp-wbsgetsuggestions-param-entity": "Suggest properties for the 
given entity, based on existing list of properties that the entity has.",
-"apihelp-wbsgetsuggestions-param-language": "Language for result.",
-"apihelp-wbsgetsuggestions-param-limit": "Maximum number of results.",
-"apihelp-wbsgetsuggestions-param-properties": "Suggest additional 
properties for the given list of properties.",
-"apihelp-wbsgetsuggestions-param-search": "Search for this text.",
-"apihelp-wbsgetsuggestions-param-size": "Specify number of suggestions to 
be returned."
+   "@metadata": {
+   "authors": [
+   "Christian Dullweber",
+   "Katie Filbert"
+   ]
+   },
+   "propertysuggester-desc": "Suggests properties when adding Wikibase 
statements.",
+   "apihelp-wbsgetsuggestions-description": "API module for getting 
suggestions of additional properties to add to a Wikibase entity. The API 
module is primarily intended for use by the suggester widget when users are 
editing Wikibase entities.",
+   "apihelp-wbsgetsuggestions-example-1": "Get suggestions for entity Q4",
+   "apihelp-wbsgetsuggestions-example-2": "Get suggestions for entity Q4 
from rank 10 to 15",
+   "apihelp-wbsgetsuggestions-example-3": "Get suggestions for the 
property combination P21 and P31",
+   "apihelp-wbsgetsuggestions-example-4": "Get suggestions for the 
qualifiers that are used with P21",
+   "apihelp-wbsgetsuggestions-example-5": "Get suggestions for the 
references that are used with P21",
+   "apihelp-wbsgetsuggestions-param-context": "Either item, reference or 
qualifier.",
+   "apihelp-wbsgetsuggestions-param-continue": "Offset where to continue a 
search.",
+   "apihelp-wbsgetsuggestions-param-entity": "Suggest properties for the 
given entity, based on existing list of properties that the entity has.",
+   "apihelp-wbsgetsuggestions-param-language": "Language for result.",
+   "apihelp-wbsgetsuggestions-param-limit": "Maximum number of results.",
+   "apihelp-wbsgetsuggestions-param-properties": "Suggest additional 
properties for the given list of properties.",
+   "apihelp-wbsgetsuggestions-param-search": "Search for this text.",
+   "apihelp-wbsgetsuggestions-param-size": "Specify number of suggestions 
to be returned."
 }
diff --git a/package.json b/package.json
index 5510265..bc9deeb 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,20 @@
 {
-  "name": "PropertySuggester",
-  "version": "0.0.0",
-  "scripts": {
-"test": "grunt test"
-  },
-  "repository": {
-"type": "git",
-"url": 
"https://gerrit.wikimedia.org/r/mediawiki/extensions/PropertySuggester;
-  },
-  "author": "The Wikidata team",
-  "license": "GPL-2.0+",
-  "devDependencies": {
-"eslint-config-wikimedia": "0.4.0",
-"grunt": "^1.0.1",
-"grunt-banana-checker": "0.5.0",
-"grunt-eslint": "19.0.0",
-"grunt-jsonlint": "1.0.7"
-  }
+   "name": "PropertySuggester",
+   "version": "0.0.0",
+   "scripts": {
+   "test": "grunt test"
+   },
+   "repository": {
+   "type": "git",
+   "url": 

[MediaWiki-commits] [Gerrit] mediawiki...PropertySuggester[master]: Use tabs in json

2017-06-09 Thread Umherirrender (Code Review)
Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/358149 )

Change subject: Use tabs in json
..

Use tabs in json

Change-Id: Ifd3ece12df11ecfdc4ca9708c9a4486faacc33bb
---
M i18n/en.json
M package.json
2 files changed, 39 insertions(+), 39 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PropertySuggester 
refs/changes/49/358149/1

diff --git a/i18n/en.json b/i18n/en.json
index f204029..e011a93 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,23 +1,23 @@
 {
-"@metadata": {
-"authors": [
-"Christian Dullweber",
-"Katie Filbert"
-]
-},
-"propertysuggester-desc": "Suggests properties when adding Wikibase 
statements.",
-"apihelp-wbsgetsuggestions-description": "API module for getting 
suggestions of additional properties to add to a Wikibase entity. The API 
module is primarily intended for use by the suggester widget when users are 
editing Wikibase entities.",
-"apihelp-wbsgetsuggestions-example-1": "Get suggestions for entity Q4",
-"apihelp-wbsgetsuggestions-example-2": "Get suggestions for entity Q4 from 
rank 10 to 15",
-"apihelp-wbsgetsuggestions-example-3": "Get suggestions for the property 
combination P21 and P31",
-"apihelp-wbsgetsuggestions-example-4": "Get suggestions for the qualifiers 
that are used with P21",
-"apihelp-wbsgetsuggestions-example-5": "Get suggestions for the references 
that are used with P21",
-"apihelp-wbsgetsuggestions-param-context": "Either item, reference or 
qualifier.",
-"apihelp-wbsgetsuggestions-param-continue": "Offset where to continue a 
search.",
-"apihelp-wbsgetsuggestions-param-entity": "Suggest properties for the 
given entity, based on existing list of properties that the entity has.",
-"apihelp-wbsgetsuggestions-param-language": "Language for result.",
-"apihelp-wbsgetsuggestions-param-limit": "Maximum number of results.",
-"apihelp-wbsgetsuggestions-param-properties": "Suggest additional 
properties for the given list of properties.",
-"apihelp-wbsgetsuggestions-param-search": "Search for this text.",
-"apihelp-wbsgetsuggestions-param-size": "Specify number of suggestions to 
be returned."
+   "@metadata": {
+   "authors": [
+   "Christian Dullweber",
+   "Katie Filbert"
+   ]
+   },
+   "propertysuggester-desc": "Suggests properties when adding Wikibase 
statements.",
+   "apihelp-wbsgetsuggestions-description": "API module for getting 
suggestions of additional properties to add to a Wikibase entity. The API 
module is primarily intended for use by the suggester widget when users are 
editing Wikibase entities.",
+   "apihelp-wbsgetsuggestions-example-1": "Get suggestions for entity Q4",
+   "apihelp-wbsgetsuggestions-example-2": "Get suggestions for entity Q4 
from rank 10 to 15",
+   "apihelp-wbsgetsuggestions-example-3": "Get suggestions for the 
property combination P21 and P31",
+   "apihelp-wbsgetsuggestions-example-4": "Get suggestions for the 
qualifiers that are used with P21",
+   "apihelp-wbsgetsuggestions-example-5": "Get suggestions for the 
references that are used with P21",
+   "apihelp-wbsgetsuggestions-param-context": "Either item, reference or 
qualifier.",
+   "apihelp-wbsgetsuggestions-param-continue": "Offset where to continue a 
search.",
+   "apihelp-wbsgetsuggestions-param-entity": "Suggest properties for the 
given entity, based on existing list of properties that the entity has.",
+   "apihelp-wbsgetsuggestions-param-language": "Language for result.",
+   "apihelp-wbsgetsuggestions-param-limit": "Maximum number of results.",
+   "apihelp-wbsgetsuggestions-param-properties": "Suggest additional 
properties for the given list of properties.",
+   "apihelp-wbsgetsuggestions-param-search": "Search for this text.",
+   "apihelp-wbsgetsuggestions-param-size": "Specify number of suggestions 
to be returned."
 }
diff --git a/package.json b/package.json
index 5510265..bc9deeb 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,20 @@
 {
-  "name": "PropertySuggester",
-  "version": "0.0.0",
-  "scripts": {
-"test": "grunt test"
-  },
-  "repository": {
-"type": "git",
-"url": 
"https://gerrit.wikimedia.org/r/mediawiki/extensions/PropertySuggester;
-  },
-  "author": "The Wikidata team",
-  "license": "GPL-2.0+",
-  "devDependencies": {
-"eslint-config-wikimedia": "0.4.0",
-"grunt": "^1.0.1",
-"grunt-banana-checker": "0.5.0",
-"grunt-eslint": "19.0.0",
-"grunt-jsonlint": "1.0.7"
-  }
+   "name": "PropertySuggester",
+   "version": "0.0.0",
+   "scripts": {
+   "test": "grunt test"
+   },
+   "repository": {
+   "type": "git",
+   "url":