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

Change subject: Add two more categories to Special:TrackingCategories
......................................................................


Add two more categories to Special:TrackingCategories

Bug: 63795
Change-Id: I303fd3faa00aa0d3ca8931bea0d7c5ce5a263184
---
M includes/DefaultSettings.php
M languages/i18n/en.json
M languages/i18n/qqq.json
3 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index c281893..9e8ddf8 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -3615,6 +3615,8 @@
        'post-expand-template-inclusion-category',
        'hidden-category-category',
        'broken-file-category',
+       'node-count-exceeded-category',
+       'expansion-depth-exceeded-category',
 );
 
 /**
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 28fd2ae..37a2c4b 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -714,8 +714,10 @@
        "parser-template-recursion-depth-warning": "Template recursion depth 
limit exceeded ($1)",
        "language-converter-depth-warning": "Language converter depth limit 
exceeded ($1)",
        "node-count-exceeded-category": "Pages where node-count is exceeded",
+       "node-count-exceeded-category-desc": "A category for pages where the 
node-count is exceeded.",
        "node-count-exceeded-warning": "Page exceeded the node-count",
        "expansion-depth-exceeded-category": "Pages where expansion depth is 
exceeded",
+       "expansion-depth-exceeded-category-desc": "This is a category for pages 
where the expansion depth is exceeded.",
        "expansion-depth-exceeded-warning": "Page exceeded the expansion depth",
        "parser-unstrip-loop-warning": "Unstrip loop detected",
        "parser-unstrip-recursion-limit": "Unstrip recursion limit exceeded 
($1)",
diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json
index adf6044..e9c1c5d 100644
--- a/languages/i18n/qqq.json
+++ b/languages/i18n/qqq.json
@@ -1936,6 +1936,8 @@
        "expensive-parserfunction-category-desc": "Expensive parserfunction 
category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* 
{{msg-mw|Expensive-parserfunction-category}}",
        "broken-file-category-desc": "Broken file category description. Shown 
on [[Special:TrackingCategories]].\n\nSee also:\n* 
{{msg-mw|Broken-file-category}}",
        "hidden-category-category-desc": "Hidden-category category description. 
Shown on [[Special:TrackingCategories]].\n\nSee also:\n* 
{{msg-mw|Hidden-category-category}}",
+       "node-count-exceeded-category-desc": "Node count exceeded category 
description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* 
{{msg-mw|Node-count-exceeded-category}}",
+       "expansion-depth-exceeded-category-desc": "Expansion depth exceeded 
category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* 
{{msg-mw|Expansion-depth-exceeded-category}}",
        "trackingcategories-nodesc": "Tracking category description not 
available message",
        "trackingcategories-disabled": "This message is used as the contents of 
the column \"Tracking category\" on [[Special:TrackingCategories]] when a 
particular tracking category has been disabled.",
        "mailnologin": "Used in [[Special:EmailUser]].\n\nUsed as title of the 
error message {{msg-mw|Mailnologintext}}.",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I303fd3faa00aa0d3ca8931bea0d7c5ce5a263184
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ossi96 <oskar.ja...@gmail.com>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Brian Wolff <bawolff...@gmail.com>
Gerrit-Reviewer: Kunalgrover05 <kunalgrove...@gmail.com>
Gerrit-Reviewer: Liangent <liang...@gmail.com>
Gerrit-Reviewer: Ossi96 <oskar.ja...@gmail.com>
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