Catrope has uploaded a new change for review.

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

Change subject: Re-categorize notifications
......................................................................

Re-categorize notifications

alert->message:
cx-first-translation
cx-tenth-translation
cx-hundreth-translation
cx-suggestions-available

Bug: T123018
Change-Id: I9cbb0e075a6ca7146c68f51e3bfa1897f020a416
Depends-On: I69ca536b1458b3edd59b3638a1991db0297afe2e
---
M ContentTranslation.hooks.php
1 file changed, 4 insertions(+), 0 deletions(-)


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

diff --git a/ContentTranslation.hooks.php b/ContentTranslation.hooks.php
index 92fa0fd..6765416 100644
--- a/ContentTranslation.hooks.php
+++ b/ContentTranslation.hooks.php
@@ -265,6 +265,7 @@
                $notifications['cx-first-translation'] = array(
                        'category' => 'cx',
                        'group' => 'positive',
+                       'section' => 'message',
                        'presentation-model' => 
'ContentTranslation\\EchoNotificationPresentationModel',
                        'title-message' => 'cx-notification-first-translation',
                        'email-subject-message' => 
'cx-notification-first-translation-email-subject',
@@ -273,6 +274,7 @@
                $notifications['cx-tenth-translation'] = array(
                        'category' => 'cx',
                        'group' => 'positive',
+                       'section' => 'message',
                        'presentation-model' => 
'ContentTranslation\\EchoNotificationPresentationModel',
                        'title-message' => 'cx-notification-tenth-translation',
                        'email-subject-message' => 
'cx-notification-tenth-translation-email-subject',
@@ -281,6 +283,7 @@
                $notifications['cx-hundredth-translation'] = array(
                        'category' => 'cx',
                        'group' => 'positive',
+                       'section' => 'message',
                        'presentation-model' => 
'ContentTranslation\\EchoNotificationPresentationModel',
                        'title-message' => 
'cx-notification-hundredth-translation',
                        'email-subject-message' => 
'cx-notification-hundredth-translation-email-subject',
@@ -289,6 +292,7 @@
                $notifications['cx-suggestions-available'] = array(
                        'category' => 'cx',
                        'group' => 'positive',
+                       'section' => 'message',
                        'presentation-model' => 
'ContentTranslation\\EchoNotificationPresentationModel',
                        'title-message' => 
'cx-notification-suggestions-available',
                        'email-subject-message' => 
'cx-notification-suggestions-available-email-subject',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9cbb0e075a6ca7146c68f51e3bfa1897f020a416
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Catrope <roan.katt...@gmail.com>

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

Reply via email to