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

Change subject: Add qqq.json file and populate missing @authors key
......................................................................


Add qqq.json file and populate missing @authors key

Messages were created in 8775cf0 by Krinkle.

Change-Id: Ie0d8f48ccb4c5c322a394afd94c997c8a6156fc6
---
M i18n/en.json
A i18n/qqq.json
2 files changed, 15 insertions(+), 0 deletions(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index a99fd20..927d997 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,4 +1,9 @@
 {
+       "@metadata": {
+               "authors": [
+                       "Krinkle"
+               ]
+       },
        "toptenpages": "Top Ten pages",
        "toptenpages-desc": "Shows most viewed pages."
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..0a8c253
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,10 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Krinkle",
+                       "Paladox"
+               ]
+       },
+       "toptenpages": "{{optional}}",
+       "toptenpages-desc": 
"{{desc|what=extension|name=TopTenPages|url=https://www.mediawiki.org/wiki/Extension:TopTenPages}}";
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie0d8f48ccb4c5c322a394afd94c997c8a6156fc6
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/TopTenPages
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: Krinkle <krinklem...@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