Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/344488 )

Change subject: Fix @metadata in en.json and use tabs in json
......................................................................

Fix @metadata in en.json and use tabs in json

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileApp 
refs/changes/88/344488/1

diff --git a/i18n/en.json b/i18n/en.json
index 6b3d8b4..2e0bda8 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,10 +1,9 @@
 {
-"@metadata": {
-       "authors": [
-               "Yuvi Panda"
-       ],
-       "message-documentation": "qqq"
-},
+       "@metadata": {
+               "authors": [
+                       "Yuvi Panda"
+               ],
+       },
        "mobileapp-desc": "Serves styles and scripts for use in the Wikimedia 
Mobile applications",
        "tag-mobile_app_edit": "Mobile app edit",
        "tag-mobile_app_edit-description": "Edits made from mobile apps"
diff --git a/package.json b/package.json
index 72eb4aa..4282d40 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
 {
-  "private": true,
-  "scripts": {
-    "test": "grunt test"
-  },
-  "devDependencies": {
-    "grunt": "0.4.5",
-    "grunt-cli": "0.1.13",
-    "grunt-banana-checker": "0.4.0",
-    "grunt-jsonlint": "1.0.7"
-  }
+       "private": true,
+       "scripts": {
+               "test": "grunt test"
+       },
+       "devDependencies": {
+               "grunt": "0.4.5",
+               "grunt-cli": "0.1.13",
+               "grunt-banana-checker": "0.4.0",
+               "grunt-jsonlint": "1.0.7"
+       }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I710d433f0c9b0694f7c2e99dbe04c9a1c49385ba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileApp
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

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

Reply via email to