Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/233412

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, 12 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/12/233412/1

diff --git a/i18n/api/en.json b/i18n/api/en.json
index e9aab7f..d93ee17 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,12 @@
        "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+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 33be192..02c0181 100644
--- a/i18n/api/qqq.json
+++ b/i18n/api/qqq.json
@@ -18,6 +18,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}}",
+       "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}}",
@@ -26,9 +29,12 @@
        "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+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: newchange
Gerrit-Change-Id: I5cbaaaefbd6a9b023ef576b733035e8ee23de5df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to