jenkins-bot has submitted this change and it was merged.

Change subject: Update i18n messages
......................................................................


Update i18n messages

Lets make the extension description translatable.

Also add qqq.json file.

Change-Id: I5c9ad84f37199e9f40ef7b99ec26cb10cf9bbab6
---
M ConventionExtension.php
M i18n/en.json
A i18n/qqq.json
3 files changed, 8 insertions(+), 1 deletion(-)

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



diff --git a/ConventionExtension.php b/ConventionExtension.php
index a8771dc..01c464e 100644
--- a/ConventionExtension.php
+++ b/ConventionExtension.php
@@ -15,7 +15,7 @@
        'name' => 'Convention Extension',
        'author' =>'Akshay Chugh',
        'url' => 'https://www.mediawiki.org/wiki/Extension:ConventionExtension',
-       'description' => 'An extension to convert a wiki into a conference 
management system',
+       'descriptionmsg' => 'conventionextension-desc',
        'version'  => '1.1.0',
 );
 $wgCurrentDir = dirname( __FILE__ ).'/';
diff --git a/i18n/en.json b/i18n/en.json
index 34f0de6..ab7b924 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,6 +2,7 @@
        "@metadata": {
                "authors": []
        },
+       "conventionextension-desc": "An extension to convert a wiki into a 
conference management system",
        "cvext-setup-error": "Some error occurred while processing the details, 
so the details could not be stored in the database. Re-enter the conference 
details and press create.",
        "cvext-setup-invalid-data": "The {{plural:$2|value|values}} passed for 
$1 {{plural:$2|is|are}} invalid. Enter the {{plural:$2|value|values}} again.",
        "cvext-setup-user-cant": "The user does not have the permission to 
create a conference on this wiki. By default, only the users that belong to the 
admin(sysop) group have the right to initiate one unless changed otherwise by 
the admin.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..5ba106b
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,6 @@
+{
+       "@metadata": {
+               "authors": []
+       },
+       "conventionextension-desc": 
"{{desc|what=extension|name=ConventionExtension|url=https://www.mediawiki.org/wiki/Extension:ConventionExtension}}";
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5c9ad84f37199e9f40ef7b99ec26cb10cf9bbab6
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/ConventionExtension
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to