DatGuy has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/332524 )

Change subject: Fix extension TranslateSvg failing tests
......................................................................

Fix extension TranslateSvg failing tests

Extension TranslateSvg failing tests due to missing apihelp messages.

Bug: T155501
Change-Id: I3a942a99e607479a2a4ed5a4a11bcf7460efda2f
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TranslateSvg 
refs/changes/24/332524/1

diff --git a/i18n/en.json b/i18n/en.json
index 27da2cd..a82fd8b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -50,5 +50,7 @@
        "translate-js-label-bold": "Bold",
        "translate-js-label-italic": "Italic",
        "translate-js-label-underline": "Underline",
-       "translate-js-font-family-inherit": "(inherit)"
+       "translate-js-font-family-inherit": "(inherit)",
+       "apihelp-query+messagegroups-param-inprogress": "Possible array of 
in-progress translations (unsaved translations that should take preference over 
saved ones). SVG message groups only.",
+       "apihelp-query+messagegroups-param-language": "Language to render the 
thumbnail in. SVG message groups only."
 }
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 900bba6..f1fb7b6 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -56,5 +56,7 @@
        "translate-js-label-bold": "Label for a checkbox governing the 
formatting of a string.\n{{Identical|Bold}}",
        "translate-js-label-italic": "Label for a checkbox governing the 
formatting of a string.\n{{Identical|Italic}}",
        "translate-js-label-underline": "Label for a checkbox governing the 
formatting of a string.\n{{Identical|Underline}}",
-       "translate-js-font-family-inherit": "Label used to imply that no 
specific typeface will be set for a string; instead, it will be inherited from 
the document default."
+       "translate-js-font-family-inherit": "Label used to imply that no 
specific typeface will be set for a string; instead, it will be inherited from 
the document default.",
+       "apihelp-query+messagegroups-param-inprogress": 
"{{doc-apihelp-param|query+messagegroups|inprogress}}",
+       "apihelp-query+messagegroups-param-language": 
"{{doc-apihelp-param|query+messagegroups|language}}"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a942a99e607479a2a4ed5a4a11bcf7460efda2f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TranslateSvg
Gerrit-Branch: master
Gerrit-Owner: DatGuy <[email protected]>

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

Reply via email to