Matěj Suchánek has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328522 )

Change subject: Add GENDER to the message
......................................................................

Add GENDER to the message

As far as I can see, this parameter is already supported.

Bug: T153607
Change-Id: If3eed341ef2f2e7bbad103c2738a7eae59886faa
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter 
refs/changes/22/328522/2

diff --git a/i18n/en.json b/i18n/en.json
index b480678..24f231e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -79,7 +79,7 @@
        "abusefilter-log-hide-forbidden": "You do not have permission to hide 
abuse log entries.",
        "abusefilter-logentry-suppress": "hid \"[[$1]]\"",
        "abusefilter-logentry-unsuppress": "unhid \"[[$1]]\"",
-       "logentry-abusefilter-hit": "$1 triggered $4, performing the action 
\"$5\" on $3. Actions taken: $6 ($7)",
+       "logentry-abusefilter-hit": "$1 {{GENDER:$2|triggered}} $4, 
{{GENDER:$2|performing}} the action \"$5\" on $3. Actions taken: $6 ($7)",
        "abusefilter-management": "Abuse filter management",
        "abusefilter-list": "All filters",
        "abusefilter-list-id": "Filter ID",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 36798bb..1dbf40f 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -110,7 +110,7 @@
        "abusefilter-log-hide-forbidden": "Message shown instead of a \"hide 
log entry\" form when not having the correct user rights.",
        "abusefilter-logentry-suppress": "Log entry when hiding an abuse filter 
log entry. Parameters:\n* $1 is a link to the log ID with the log ID as 
description.",
        "abusefilter-logentry-unsuppress": "Log entry when unhiding an abuse 
filter log entry. Parameters:\n* $1 is a link to the log ID with the log ID as 
description.",
-       "logentry-abusefilter-hit": "This message is for a log entry. 
Parameters:\n* $1 user\n* $3 link to the page, that the action that triggered 
the filter was made on\n* $4 link to filter\n* $5 action by user, like 'edit', 
'move', 'create' etc.\n* $6 actions taken by the filter\n* $7 action details 
link",
+       "logentry-abusefilter-hit": "This message is for a log entry. 
Parameters:\n* $1 - user who performed the action\n* $2 - user who performed 
the action (to be used with GENDER)\n* $3 - link to the page, that the action 
that triggered the filter was made on\n* $4 - link to filter\n* $5 - action by 
user, like 'edit', 'move', 'create' etc.\n* $6 - actions taken by the filter\n* 
$7 - action details link",
        "abusefilter-management": "Title of [[Special:AbuseFilter]]",
        "abusefilter-list": "Used as HTML <code><nowiki><h2></nowiki></code> 
heading.\n\nFollowed by the fieldset label 
{{msg-mw|Abusefilter-list-options}}.",
        "abusefilter-list-id": "Column header in abuse filter overview for the 
filter identifier.\n{{Identical|Filter ID}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3eed341ef2f2e7bbad103c2738a7eae59886faa
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/AbuseFilter
Gerrit-Branch: master
Gerrit-Owner: Matěj Suchánek <matejsuchane...@gmail.com>

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

Reply via email to