EBernhardson has uploaded a new change for review.

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


Change subject: Add gender support for moderation messages
......................................................................

Add gender support for moderation messages

Change-Id: I61a61d7dbf2eecd2ce95a58458a1857bc9ae0fa9
---
M Flow.i18n.php
1 file changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/80/95480/1

diff --git a/Flow.i18n.php b/Flow.i18n.php
index 88facdf..89cbe1e 100644
--- a/Flow.i18n.php
+++ b/Flow.i18n.php
@@ -182,9 +182,9 @@
        'flow-moderation-confirm-delete-post' => 'Delete',
        'flow-moderation-confirm-hide-post' => 'Hide',
        'flow-moderation-confirm-restore-post' => 'Restore',
-       'flow-moderation-confirmation-censor-post' => 'Consider giving $1 
feedback on this post.',
-       'flow-moderation-confirmation-delete-post' => 'Consider giving $1 
feedback on this post.',
-       'flow-moderation-confirmation-hide-post' => 'Consider giving $1 
feedback on this post.',
+       'flow-moderation-confirmation-censor-post' => 'Consider 
{{GENDER:$1|giving}} $1 feedback on this post.',
+       'flow-moderation-confirmation-delete-post' => 'Consider 
{{GENDER:$1|giving}} $1 feedback on this post.',
+       'flow-moderation-confirmation-hide-post' => 'Consider 
{{GENDER:$1|giving}} $1 feedback on this post.',
        'flow-moderation-confirmation-restore-post' => 'You have successfully 
restored this post.',
        'flow-moderation-title-censor-topic' => 'Suppress topic?',
        'flow-moderation-title-delete-topic' => 'Delete topic?',
@@ -198,9 +198,9 @@
        'flow-moderation-confirm-delete-topic' => 'Delete',
        'flow-moderation-confirm-hide-topic' => 'Hide',
        'flow-moderation-confirm-restore-topic' => 'Restore',
-       'flow-moderation-confirmation-censor-topic' => 'Consider giving $1 
feedback on this topic.',
-       'flow-moderation-confirmation-delete-topic' => 'Consider giving $1 
feedback on this topic.',
-       'flow-moderation-confirmation-hide-topic' => 'Consider giving $1 
feedback on this topic.',
+       'flow-moderation-confirmation-censor-topic' => 'Consider 
{{GENDER:$1|giving}} $1 feedback on this topic.',
+       'flow-moderation-confirmation-delete-topic' => 'Consider 
{{GENDER:$1|giving}} $1 feedback on this topic.',
+       'flow-moderation-confirmation-hide-topic' => 'Consider 
{{GENDER:$1|giving}} $1 feedback on this topic.',
        'flow-moderation-confirmation-restore-topic' => 'You have successfully 
restored this topic.',
 
        // Permalink related stuff

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I61a61d7dbf2eecd2ce95a58458a1857bc9ae0fa9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to