Umherirrender has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiAuth 
refs/changes/85/334885/1

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: newchange
Gerrit-Change-Id: Ic86bd840fdaa76c228f3833b38fdd7f02ea39196
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiAuth
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