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

Change subject: Move description from extension.json to message file
......................................................................

Move description from extension.json to message file

Change-Id: I5ec5a32dfcce0c7354d41a4f62f09367f0c874af
---
M i18n/en.json
A i18n/qqq.json
M skin.json
3 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/WPtouch 
refs/changes/74/334774/1

diff --git a/i18n/en.json b/i18n/en.json
index fad30c4..20b8683 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,6 +2,7 @@
        "@metadata": {
                "authors": []
        },
+       "wptouch-desc": "Simple skin for mobile devices",
        "wptouch-noscript-body": "JavaScript is currently turned off.\nTurn it 
on in <em>Settings</em><br /> to view this website.",
        "wptouch-noscript-title": "Notice"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..1c8b0cb
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,4 @@
+{
+       "@metadata": {},
+       "wptouch-desc": 
"{{desc|name=WPtouch|url=https://www.mediawiki.org/wiki/Skin:WPtouch}}";
+}
diff --git a/skin.json b/skin.json
index 93d023d..377b775 100644
--- a/skin.json
+++ b/skin.json
@@ -9,7 +9,7 @@
        ],
        "url": "https://www.mediawiki.org/wiki/Skin:WPtouch";,
        "license-name": "GPL-2.0+",
-       "description": "Simple skin for mobile devices",
+       "descriptionmsg": "wptouch-desc",
        "type": "skin",
        "ValidSkinNames": {
                "wptouch": "WPtouch"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ec5a32dfcce0c7354d41a4f62f09367f0c874af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/WPtouch
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to