jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/334885 )
Change subject: Move description from extension.json to message file
......................................................................
Move description from extension.json to message file
Change-Id: Ic86bd840fdaa76c228f3833b38fdd7f02ea39196
---
M MediaWikiAuth.php
M i18n/en.json
A i18n/qqq.json
3 files changed, 6 insertions(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Isarra: Looks good to me, approved
diff --git a/MediaWikiAuth.php b/MediaWikiAuth.php
index 6b34cd7..85af864 100644
--- a/MediaWikiAuth.php
+++ b/MediaWikiAuth.php
@@ -42,7 +42,7 @@
'author' => array( 'Laurence Parry', 'Jack Phoenix', 'Kim Schoonover',
'Ryan Schmidt' ),
'version' => '0.8.1',
'url' => 'https://www.mediawiki.org/wiki/Extension:MediaWikiAuth',
- 'description' => 'Authenticates against and imports logins from an
external MediaWiki instance',
+ 'descriptionmsg' => 'mwa-desc',
);
# Stuff
diff --git a/i18n/en.json b/i18n/en.json
index 4c42374..ca69c7f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,6 +4,7 @@
"Laurence \"GreenReaper\" Parry"
]
},
+ "mwa-desc": "Authenticates against and imports logins from an external
MediaWiki instance",
"mwa-autocreate-blocked": "Automatic account creation is blocked for
this IP on the remote wiki.",
"mwa-error-unknown": "Unknown error when logging in to the remote
wiki.",
"mwa-error-wrong-token": "A login token submission error occurred.
Please retry, and contact an administrator if this fails.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..ec21f3e
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,4 @@
+{
+ "@metadata": {},
+ "mwa-desc":
"{{desc|name=MediaWikiAuth|url=https://www.mediawiki.org/wiki/Extension:MediaWikiAuth}}"
+}
--
To view, visit https://gerrit.wikimedia.org/r/334885
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic86bd840fdaa76c228f3833b38fdd7f02ea39196
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiAuth
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>
Gerrit-Reviewer: Daniel Friesen <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits