Lewis Cawte has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/212954

Change subject: Move description to message and start qqq file.
......................................................................

Move description to message and start qqq file.

Change-Id: I1c22cd840158c6dd88347f416ecabbf1fd65ecaa
---
M RandomGameUnit.php
M i18n/en.json
A i18n/qqq.json
3 files changed, 13 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RandomGameUnit 
refs/changes/54/212954/1

diff --git a/RandomGameUnit.php b/RandomGameUnit.php
index 0a38ef3..9f7338c 100644
--- a/RandomGameUnit.php
+++ b/RandomGameUnit.php
@@ -30,7 +30,7 @@
        'version' => '2.1',
        'author' => array( 'Aaron Wright', 'David Pean', 'Jack Phoenix' ),
        'url' => 'https://www.mediawiki.org/wiki/Extension:RandomGameUnit',
-       'description' => 'Displays a randomly chosen picture game, poll or a 
quiz',
+       'descriptionmsg' => 'game-unit-desc',
 );
 
 // Internationalization file
diff --git a/i18n/en.json b/i18n/en.json
index e0c8f6c..f060ec3 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5,6 +5,7 @@
                        "David Pean <david.p...@gmail.com>"
                ]
        },
+    "game-unit-desc": "Displays a randomly chosen picture game, poll or a 
quiz",
        "game-unit-poll-title": "Take a Poll",
        "game-unit-quiz-title": "Play the Quiz Game",
        "game-unit-picturegame-title": "Play the Picture Game"
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..4ee7a76
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,11 @@
+{
+  "@metadata": {
+    "authors": [
+      "Lewis Cawte <le...@lewiscawte.me>"
+    ]
+  },
+  "game-unit-desc": 
"{{desc|name=RandomGameUnit|url=https://www.mediawiki.org/wiki/Extension:RandomGameUnit}}";,
+  "game-unit-poll-title": "Take a Poll",
+  "game-unit-quiz-title": "Play the Quiz Game",
+  "game-unit-picturegame-title": "Play the Picture Game"
+}
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c22cd840158c6dd88347f416ecabbf1fd65ecaa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RandomGameUnit
Gerrit-Branch: master
Gerrit-Owner: Lewis Cawte <le...@lewiscawte.me>

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

Reply via email to