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

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


Move description from extension.json to message file

Change-Id: I43185182b18bcac1c6ad2cbd5cf02ff648721490
---
M extension.json
M i18n/en.json
M i18n/qqq.json
3 files changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/extension.json b/extension.json
index 829828e..f7777dc 100644
--- a/extension.json
+++ b/extension.json
@@ -6,7 +6,7 @@
        ],
        "license-name": "GPL-2.0+",
        "url": "https://www.mediawiki.org/wiki/Extension:NewSignupPage";,
-       "description": "Adds new features to the 
[[Special:UserLogin/signup|signup form]]",
+       "descriptionmsg": "newsignuppage-desc",
        "type": "other",
        "callback": "NewSignupPage::registerExtension",
        "config": {
diff --git a/i18n/en.json b/i18n/en.json
index 6201302..d9ac37f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,6 +2,7 @@
        "@metadata": {
                "authors": []
        },
+       "newsignuppage-desc": "Adds new features to the 
[[Special:UserLogin/signup|signup form]]",
        "newsignuppage-recruited": "recruited [$1 $2]",
        "shoutwiki-loginform-tos": "I am over 13 years of age and I have read, 
understood and agree to be bound by the 
[http://www.shoutwiki.com/wiki/Terms_of_use Terms of Service] and 
[http://www.shoutwiki.com/wiki/Privacy_policy Privacy Policy]",
        "shoutwiki-must-accept-tos": "You must accept the site's Terms of 
Service in order to be able to create an account!",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index bfb8959..cc77c2d 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -2,6 +2,7 @@
        "@metadata": {
                "authors": []
        },
+       "newsignuppage-desc": 
"{{desc|name=NewSignupPage|url=https://www.mediawiki.org/wiki/Extension:NewSignupPage}}";,
        "newsignuppage-recruited": "$1 is a URL to the recruited user's user 
page; $2 is the recruited user's username. This message is displayed on 
Special:UserActivity and on the output of <siteactivity> tag on wikis 
where the [[mw:Extension:SocialProfile|SocialProfile extension]] is installed 
and site administrators have chosen to give out points for recruiting new 
users; not used on normal wikis",
        "shoutwiki-loginform-tos": "The text for the new checkbox which is 
displayed in Special:UserLogin/signup, right below the \"Remember my login on 
this computer\" checkbox",
        "shoutwiki-must-accept-tos": "Error message displayed to the user in 
Special:UserLogin/signup in a fancy red <code>&lt;div&gt;</code> if they don't 
check the \"I accept the Terms of Service\" checkbox",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I43185182b18bcac1c6ad2cbd5cf02ff648721490
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/NewSignupPage
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>
Gerrit-Reviewer: Raimond Spekking <raimond.spekk...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to