jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/344756 )

Change subject: Use tabs in json
......................................................................


Use tabs in json

Change-Id: Ib4a1f95d46667d1ee7780f1da703fb321ab15eea
---
M composer.json
M i18n/de.json
M i18n/en.json
M i18n/qqq.json
M i18n/ru.json
5 files changed, 58 insertions(+), 58 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/composer.json b/composer.json
index e7d15d8..46682da 100644
--- a/composer.json
+++ b/composer.json
@@ -1,29 +1,29 @@
 {
-  "name": "mediawiki/recaptcha",
-  "type": "mediawiki-extension",
-  "description": "Adds Google reCaptcha integration",
-  "homepage": "https://www.mediawiki.org/wiki/Extension:reCaptcha";,
-  "license" : "GPL-2.0+",
-  "keywords": ["captcha", "reCaptcha", "spam", "protection", "bots"],
-  "require": {
-    "php": ">=5.3.0",
-    "composer/installers": ">=1.0.1"
-  },
-  "autoload": {
-    "psr-4": {
-      "reCaptcha\\": "src"
-    },
-    "files": [
-      "reCaptcha.php"
-    ]
-  },
-  "authors": [
-    {
-      "name": "Vedmaka",
-      "homepage": "https://www.mediawiki.org/wiki/User:Vedmaka";,
-      "role": "Developer"
-    }
-  ],
-  "minimum-stability": "dev",
-  "version": "0.1"
+       "name": "mediawiki/recaptcha",
+       "type": "mediawiki-extension",
+       "description": "Adds Google reCaptcha integration",
+       "homepage": "https://www.mediawiki.org/wiki/Extension:reCaptcha";,
+       "license" : "GPL-2.0+",
+       "keywords": ["captcha", "reCaptcha", "spam", "protection", "bots"],
+       "require": {
+               "php": ">=5.3.0",
+               "composer/installers": ">=1.0.1"
+       },
+       "autoload": {
+               "psr-4": {
+                       "reCaptcha\\": "src"
+               },
+               "files": [
+                       "reCaptcha.php"
+               ]
+       },
+       "authors": [
+               {
+                       "name": "Vedmaka",
+                       "homepage": 
"https://www.mediawiki.org/wiki/User:Vedmaka";,
+                       "role": "Developer"
+               }
+       ],
+       "minimum-stability": "dev",
+       "version": "0.1"
 }
diff --git a/i18n/de.json b/i18n/de.json
index e2684cb..192b442 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -1,9 +1,9 @@
 {
-    "@metadata": {
-        "authors": [
-            "Kghbln"
-        ]
-    },
-    "recaptcha-desc": "Ermöglicht die Nutzung von Googles reCAPTCHA zum Schutz 
vor Spam",
-    "recaptcha-failed": "Die Überprüfung ist negativ ausgefallen."
+       "@metadata": {
+               "authors": [
+                       "Kghbln"
+               ]
+       },
+       "recaptcha-desc": "Ermöglicht die Nutzung von Googles reCAPTCHA zum 
Schutz vor Spam",
+       "recaptcha-failed": "Die Überprüfung ist negativ ausgefallen."
 }
diff --git a/i18n/en.json b/i18n/en.json
index 7795e14..174d751 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,10 +1,10 @@
 {
-    "@metadata": {
-        "authors": [
-            "Vedmaka",
-            "Kghbln"
-        ]
-    },
-    "recaptcha-desc": "Provides Google reCaptcha integration",
-    "recaptcha-failed": "Failed to bypass robots check"
+       "@metadata": {
+               "authors": [
+                       "Vedmaka",
+                       "Kghbln"
+               ]
+       },
+       "recaptcha-desc": "Provides Google reCaptcha integration",
+       "recaptcha-failed": "Failed to bypass robots check"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 9feb5a4..01f2253 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -1,10 +1,10 @@
 {
-    "@metadata": {
-        "authors": [
-            "Vedmaka",
-            "Kghbln"
-        ]
-    },
-    "recaptcha-desc": 
"{{desc|name=reCaptcha|url=https://www.mediawiki.org/wiki/Extension:ReCaptcha}}";,
-    "recaptcha-failed": "Informatory message about a failed check"
+       "@metadata": {
+               "authors": [
+                       "Vedmaka",
+                       "Kghbln"
+               ]
+       },
+       "recaptcha-desc": 
"{{desc|name=reCaptcha|url=https://www.mediawiki.org/wiki/Extension:ReCaptcha}}";,
+       "recaptcha-failed": "Informatory message about a failed check"
 }
diff --git a/i18n/ru.json b/i18n/ru.json
index 31d19c3..fd6540d 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -1,10 +1,10 @@
 {
-    "@metadata": {
-        "authors": [
-            "Vedmaka",
-            "Kghbln"
-        ]
-    },
-    "recaptcha-desc": "Provides Google reCaptcha integration",
-    "recaptcha-failed": "Проверка на роботов не удалась, попробуйте еще раз"
+       "@metadata": {
+               "authors": [
+                       "Vedmaka",
+                       "Kghbln"
+               ]
+       },
+       "recaptcha-desc": "Provides Google reCaptcha integration",
+       "recaptcha-failed": "Проверка на роботов не удалась, попробуйте еще раз"
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4a1f95d46667d1ee7780f1da703fb321ab15eea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/reCaptcha
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Legoktm <[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

Reply via email to