Siebrand has uploaded a new change for review.

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

Change subject: Update indentation to use tabs
......................................................................

Update indentation to use tabs

Change-Id: Ief85f52ba56f99ce73812f91025fe5ed914c908c
---
M i18n/en.json
1 file changed, 20 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecureHTML 
refs/changes/08/245708/1

diff --git a/i18n/en.json b/i18n/en.json
index bc820a2..928a3db 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,22 +1,22 @@
 {
-    "@metadata": {
-        "authors": []
-    },
-    "securehtml": "Secure HTML",
-    "securehtml-desc": "Lets you include arbitrary HTML in an authorized and 
secure way",
-    "securehtml-nokeys": "Error: <code>$wgSecureHTMLSecrets</code> is not 
populated.",
-    "securehtml-legacykeys": "Warning: <code>$wgSecureHTMLSecrets</code> 
(version 2) is not populated, but <code>$shtml_keys</code> (version 1) 
is.\nPlease convert to version 2 hashes as soon as possible, as version 1 is 
deprecated.",
-    "securehtml-invalidhash": "Error: Invalid hash.",
-    "securehtml-invalidversion": "Error: Invalid version.",
-    "securehtml-input-title": "HTML input",
-    "securehtml-generatedoutput-title": "Generated output",
-    "securehtml-renderedhhtml-title": "Rendered HTML",
-    "securehtml-form-version": "Hash version",
-    "securehtml-form-deprecated": "deprecated",
-    "securehtml-form-keyname": "Key name (optional)",
-    "securehtml-form-keysecret": "Key secret",
-    "securehtml-form-html": "Raw HTML",
-    "securehtml-form-submit": "Submit",
-    "securehtml-inputinstructions": "Enter a key name (optional), key secret, 
and desired raw HTML.\nIf no key name is specified, the first key in 
<code>$wgSecureHTMLSecrets</code> will be assumed.",
-    "securehtml-outputinstructions": "Copy the code above EXACTLY and paste it 
into the wiki editor.\nIf the generated code does not work, try removing all 
linefeeds from the input HTML and re-generate."
+       "@metadata": {
+               "authors": []
+       },
+       "securehtml": "Secure HTML",
+       "securehtml-desc": "Lets you include arbitrary HTML in an authorized 
and secure way",
+       "securehtml-nokeys": "Error: <code>$wgSecureHTMLSecrets</code> is not 
populated.",
+       "securehtml-legacykeys": "Warning: <code>$wgSecureHTMLSecrets</code> 
(version 2) is not populated, but <code>$shtml_keys</code> (version 1) 
is.\nPlease convert to version 2 hashes as soon as possible, as version 1 is 
deprecated.",
+       "securehtml-invalidhash": "Error: Invalid hash.",
+       "securehtml-invalidversion": "Error: Invalid version.",
+       "securehtml-input-title": "HTML input",
+       "securehtml-generatedoutput-title": "Generated output",
+       "securehtml-renderedhhtml-title": "Rendered HTML",
+       "securehtml-form-version": "Hash version",
+       "securehtml-form-deprecated": "deprecated",
+       "securehtml-form-keyname": "Key name (optional)",
+       "securehtml-form-keysecret": "Key secret",
+       "securehtml-form-html": "Raw HTML",
+       "securehtml-form-submit": "Submit",
+       "securehtml-inputinstructions": "Enter a key name (optional), key 
secret, and desired raw HTML.\nIf no key name is specified, the first key in 
<code>$wgSecureHTMLSecrets</code> will be assumed.",
+       "securehtml-outputinstructions": "Copy the code above EXACTLY and paste 
it into the wiki editor.\nIf the generated code does not work, try removing all 
linefeeds from the input HTML and re-generate."
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief85f52ba56f99ce73812f91025fe5ed914c908c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecureHTML
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to