VolkerE has submitted this change and it was merged.

Change subject: Add translatable description and name to skin
......................................................................


Add translatable description and name to skin

This also adds a description to the skin.

Bug: T109131
Change-Id: I9086e3c2675125d6702a3f9fdde9798da8d405ec
---
M i18n/en.json
M i18n/qqq.json
M skin.json
3 files changed, 8 insertions(+), 6 deletions(-)

Approvals:
  VolkerE: Verified; Looks good to me, approved



diff --git a/i18n/en.json b/i18n/en.json
index 11cdd63..cb16d77 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,8 +1,8 @@
 {
        "@metadata": {
-               "authors": [
-                       "werdna"
-               ]
+               "authors": []
        },
+       "skinname-blueprint": "Blueprint",
+       "blueprint-skin-desc": "Blueprint combines page actions, site 
navigation, and the current page's Table of Contents into a navigation bar that 
is only shown on-demand",
        "blueprint-left-nav": "* [[Main Page]]\n"
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 7f44569..ca387bc 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -1,8 +1,8 @@
 {
        "@metadata": {
-               "authors": [
-                       "werdna"
-               ]
+               "authors": []
        },
+       "skinname-blueprint": "{{optional}}",
+       "blueprint-skin-desc": 
"{{desc|what=skin|name=Blueprint|url=https://www.mediawiki.org/wiki/Skin:Blueprint}}";,
        "blueprint-left-nav": "List of links to show in the left navigation for 
the skin"
 }
diff --git a/skin.json b/skin.json
index b82e9b9..a0e9d42 100644
--- a/skin.json
+++ b/skin.json
@@ -1,10 +1,12 @@
 {
        "name": "Blueprint",
+       "namemsg": "skinname-blueprint",
        "author": [
                "Andrew Garrett",
                "Prateek Saxena"
        ],
        "url": "https://gerrit.wikimedia.org/r/p/mediawiki/skins/Blueprint";,
+       "descriptionmsg": "blueprint-skin-desc",
        "type": "skin",
        "license-name": "MIT",
        "callback": "BlueprintHooks::registerExtension",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9086e3c2675125d6702a3f9fdde9798da8d405ec
Gerrit-PatchSet: 10
Gerrit-Project: mediawiki/skins/Blueprint
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Prtksxna <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: VolkerE <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to