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

Change subject: Fix failing tests due to some apihelp messages missing
......................................................................

Fix failing tests due to some apihelp messages missing

Added 10 messages related to apihelp

Bug: T154836
Change-Id: I41c9db2759bb57c65f25bd9a3ad23bd55ccab7cf
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 23 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Annotator 
refs/changes/28/331228/1

diff --git a/i18n/en.json b/i18n/en.json
index bc5299b..b189245 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5,5 +5,15 @@
                ]
        },
        "annotator-desc": "Allows inline comments on pages",
-       "annotator-view-annotations": "View annotations"
-}
\ No newline at end of file
+       "annotator-view-annotations": "View annotations",
+       "apihelp-annotator-create-description": "Create new annotation",
+       "apihelp-annotator-create-param-revid": "Revision ID related to this 
annotation",
+       "apihelp-annotator-read-description": "Find annotation by ID and return 
its data",
+       "apihelp-annotator-read-param-id": "Annotation ID",
+       "apihelp-annotator-search-description": "Find all annotations by 
revision ID they are related to",
+       "apihelp-annotator-search-param-revid": "Revision ID",
+       "apihelp-annotator-update-description": "Update existing annotation 
with new data",
+       "apihelp-annotator-update-param-id": "Annotation ID",
+       "apihelp-annotator-destroy-description": "Delete annotation",
+       "apihelp-annotator-destroy-param-id": "Annotation ID"
+}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 2919ce1..d62527d 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -7,5 +7,15 @@
                ]
        },
        "annotator-desc": 
"{{desc|name=Annotator|url=https://www.mediawiki.org/wiki/Extension:Annotator}}";,
-       "annotator-view-annotations": "The message shown in the tab which 
allows the user to load annotations on a page"
+       "annotator-view-annotations": "The message shown in the tab which 
allows the user to load annotations on a page",
+       "apihelp-annotator-create-description": 
"{{doc-apihelp-description|annotator-create}}",
+       "apihelp-annotator-create-param-revid": 
"{{doc-apihelp-param|annotator-create|revid}}",
+       "apihelp-annotator-read-description": 
"{{doc-apihelp-description|annotator-read}}",
+       "apihelp-annotator-read-param-id": 
"{{doc-apihelp-param|annotator-read|id}}",
+       "apihelp-annotator-search-description": 
"{{doc-apihelp-description|annotator-search}}",
+       "apihelp-annotator-search-param-revid": 
"{{doc-apihelp-param|annotator-search|revid}}",
+       "apihelp-annotator-update-description": 
"{{doc-apihelp-description|annotator-update}}",
+       "apihelp-annotator-update-param-id": 
"{{doc-apihelp-param|annotator-update|id}}",
+       "apihelp-annotator-destroy-description": 
"{{doc-apihelp-description|annotator-destroy}}",
+       "apihelp-annotator-destroy-param-id": 
"{{doc-apihelp-param|annotator-destroy|id}}"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I41c9db2759bb57c65f25bd9a3ad23bd55ccab7cf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Annotator
Gerrit-Branch: master
Gerrit-Owner: Phantom42 <nikita...@gmail.com>

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

Reply via email to