Add config for tracking category math-tracking-category-render-error

The tracking category was added with
If7537ed9117fb736a09f4396b7d55d774ce9674f

Bug: T173371
Change-Id: I6cdcfa0ece8e2b2644106bc219b538702b0bb2d8
This commit is contained in:
Umherirrender 2017-08-15 16:19:41 +02:00
parent a8281afd97
commit fc2d573028
3 changed files with 6 additions and 1 deletions

View File

@ -267,7 +267,8 @@
"MathStatus": "SpecialMathStatus"
},
"TrackingCategories": [
"math-tracking-category-error"
"math-tracking-category-error",
"math-tracking-category-render-error"
],
"manifest_version": 1
}

View File

@ -91,6 +91,8 @@
"math_tip": "Mathematical formula (LaTeX)",
"math-tracking-category-error": "Pages with math errors",
"math-tracking-category-error-desc": "Pages in this category have errors in the usage of math tags.",
"math-tracking-category-render-error": "Pages with math render errors",
"math-tracking-category-render-error-desc": "Pages in this category have rendering errors in the math tags.",
"math_unknown_error": "unknown error",
"math_unknown_function": "unknown function \"$1\"",
"mw_math_latexml": "LaTeXML (experimental; uses MathML)",

View File

@ -91,6 +91,8 @@
"math_tip": "This is the text that appears when you hover the mouse over the fourth button from the right on the edit toolbar.",
"math-tracking-category-error": "Tracking category name.",
"math-tracking-category-error-desc": "Tracking category description.",
"math-tracking-category-render-error": "Tracking category name.",
"math-tracking-category-render-error-desc": "Tracking category description.",
"math_unknown_error": "Used as error message for unknown texvc error.\n\nThis message follows the message {{msg-mw|Math failure}}.\n{{Identical|Unknown error}}",
"math_unknown_function": "Used as error message when texvc encounters an unknown function.\n\nPreceded by the message {{msg-mw|Math failure}}.\n\nParameters:\n* $1 - name of unknown function",
"mw_math_latexml": "Used as label for latexml radio button.\n\nSee also:\n* {{msg-mw|Mw math png}}\n* {{msg-mw|Mw math source}}",