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

Change subject: Add missing apihelp messages
......................................................................


Add missing apihelp messages

Change-Id: I5cbaaaefbd6a9b023ef576b733035e8ee23de5df
---
M i18n/api/en.json
M i18n/api/qqq.json
2 files changed, 14 insertions(+), 0 deletions(-)

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



diff --git a/i18n/api/en.json b/i18n/api/en.json
index e9aab7f..43ded90 100644
--- a/i18n/api/en.json
+++ b/i18n/api/en.json
@@ -25,6 +25,9 @@
        "apihelp-cxpublish-param-wpCaptchaWord": "Answer to the captcha (when 
saving with a captcha response).",
        "apihelp-query+contenttranslation-description": "Query Content 
Translation database for translations.",
        "apihelp-query+contenttranslation-param-translationid": "Translation 
ID.",
+       "apihelp-query+contenttranslation-param-from": "The source language 
code.",
+       "apihelp-query+contenttranslation-param-to": "The target language 
code.",
+       "apihelp-query+contenttranslation-param-sourcetitle": "The title of the 
source page.",
        "apihelp-query+contenttranslation-example-1": "Get translations started 
by the current user.",
        "apihelp-query+contenttranslation-example-2": "Get translations draft 
by ID.",
        "apihelp-query+contenttranslation-example-3": "Find any translation for 
the given title between given language pair",
@@ -33,9 +36,13 @@
        "apihelp-cxconfiguration-param-from": "The source language code.",
        "apihelp-cxconfiguration-param-to": "The target language code.",
        "apihelp-cxconfiguration-example-1": "Fetch the Content Translation 
configuration json for Spanish-Catalan language pair",
+       "apihelp-query+contenttranslationsuggestions-param-from": "The source 
language code.",
+       "apihelp-query+contenttranslationsuggestions-param-to": "The target 
language code.",
+       "apihelp-query+contenttranslationsuggestions-example-1": "Fetch pages 
suggested for translation from English (en) to Spanish (es).",
        "apihelp-query+cxpublishedtranslations-description": "Fetch all 
published translations information",
        "apihelp-query+cxpublishedtranslations-param-from": "The source 
language code.",
        "apihelp-query+cxpublishedtranslations-param-to": "The target language 
code.",
+       "apihelp-query+cxpublishedtranslations-param-limit": "The maximum 
number of translations to fetch.",
        "apihelp-query+cxpublishedtranslations-example-1": "Fetch all published 
translations",
        "apihelp-query+cxpublishedtranslations-example-2": "Fetch all published 
translations, translated from English",
        "apihelp-query+cxpublishedtranslations-example-3": "Fetch all published 
translations, translated from English to Spanish",
diff --git a/i18n/api/qqq.json b/i18n/api/qqq.json
index 74e71f4..c43a151 100644
--- a/i18n/api/qqq.json
+++ b/i18n/api/qqq.json
@@ -20,6 +20,9 @@
        "apihelp-cxpublish-param-wpCaptchaWord": 
"{{doc-apihelp-param|cxpublish|wpCaptchaWord}}",
        "apihelp-query+contenttranslation-description": 
"{{doc-apihelp-description|query+contenttranslation}}",
        "apihelp-query+contenttranslation-param-translationid": 
"{{doc-apihelp-param|query+contenttranslation|translationid}}",
+       "apihelp-query+contenttranslation-param-from": 
"{{doc-apihelp-param|query+contenttranslation|from}}",
+       "apihelp-query+contenttranslation-param-to": 
"{{doc-apihelp-param|query+contenttranslation|to}}",
+       "apihelp-query+contenttranslation-param-sourcetitle": 
"{{doc-apihelp-param|query+contenttranslation|sourcetitle}}",
        "apihelp-query+contenttranslation-example-1": 
"{{doc-apihelp-example|query+contenttranslation}}",
        "apihelp-query+contenttranslation-example-2": 
"{{doc-apihelp-example|query+contenttranslation}}",
        "apihelp-query+contenttranslation-example-3": 
"{{doc-apihelp-example|query+contenttranslation}}",
@@ -28,9 +31,13 @@
        "apihelp-cxconfiguration-param-from": 
"{{doc-apihelp-param|cxconfiguration|from}}",
        "apihelp-cxconfiguration-param-to": 
"{{doc-apihelp-param|cxconfiguration|to}}",
        "apihelp-cxconfiguration-example-1": 
"{{doc-apihelp-example|cxconfiguration}}",
+       "apihelp-query+contenttranslationsuggestions-param-from": 
"{{doc-apihelp-example|query+contenttranslationsuggestions|from}}",
+       "apihelp-query+contenttranslationsuggestions-param-to": 
"{{doc-apihelp-example|query+contenttranslationsuggestions|to}}",
+       "apihelp-query+contenttranslationsuggestions-example-1": 
"{{doc-apihelp-example|query+contenttranslationsuggestions}}",
        "apihelp-query+cxpublishedtranslations-description": 
"{{doc-apihelp-description|query+cxpublishedtranslations}}",
        "apihelp-query+cxpublishedtranslations-param-from": 
"{{doc-apihelp-param|query+cxpublishedtranslations|from}}",
        "apihelp-query+cxpublishedtranslations-param-to": 
"{{doc-apihelp-param|query+cxpublishedtranslations|to}}",
+       "apihelp-query+cxpublishedtranslations-param-limit": 
"{{doc-apihelp-param|query+cxpublishedtranslations|limit}}",
        "apihelp-query+cxpublishedtranslations-example-1": 
"{{doc-apihelp-example|query+contenttranslation}}",
        "apihelp-query+cxpublishedtranslations-example-2": 
"{{doc-apihelp-example|query+contenttranslation}}",
        "apihelp-query+cxpublishedtranslations-example-3": 
"{{doc-apihelp-example|query+contenttranslation}}",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5cbaaaefbd6a9b023ef576b733035e8ee23de5df
Gerrit-PatchSet: 6
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@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