jenkins-bot has submitted this change and it was merged. Change subject: Add documentation for undocumented frontend hooks ......................................................................
Add documentation for undocumented frontend hooks Added documentation for following hooks * mw.cx.save * mw.cx.translation.saved Change-Id: I998808e5dc2ee550bf9b7e5627f88f32695ce143 --- M hooks.md 1 file changed, 8 insertions(+), 0 deletions(-) Approvals: KartikMistry: Looks good to me, approved Amire80: Looks good to me, approved Santhosh: Looks good to me, approved Jsahleen: Looks good to me, approved jenkins-bot: Verified diff --git a/hooks.md b/hooks.md index 3ba675c..4fa0aca 100644 --- a/hooks.md +++ b/hooks.md @@ -139,3 +139,11 @@ ## mw.cx.translation.title.change Fired when the title for the translation is changed. Check for existing title listens for this. + +## mw.cx.save + +Fired to request saving a translation as a draft. + +## mw.cx.translation.saved + +Fired after a translation was successfully saved as a draft. -- To view, visit https://gerrit.wikimedia.org/r/182458 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I998808e5dc2ee550bf9b7e5627f88f32695ce143 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/extensions/ContentTranslation Gerrit-Branch: master Gerrit-Owner: Amire80 <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Jsahleen <[email protected]> Gerrit-Reviewer: KartikMistry <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Santhosh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
