From: haritha28 Date: Mon, 14 Sep 2015 07:08:32 +0000 (+0530) Subject: Add GENDER support X-Git-Tag: 1.31.0-rc.0~9871 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=6eab0f3d2734bbd639d473ca6240d20065137993;p=lhc%2Fweb%2Fwiklou.git Add GENDER support The message Emailuserfooter has been modified by adding the GENDER support with the parameters $1 and $2. Bug: T111944 Change-Id: I7df3027d0cac203f0147de845b49b1a3b6ce1c10 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index a33517c01a..16120e529f 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1872,7 +1872,7 @@ "emailccsubject": "Copy of your message to $1: $2", "emailsent": "Email sent", "emailsenttext": "Your email message has been sent.", - "emailuserfooter": "This email was sent by $1 to $2 by the \"{{int:emailuser}}\" function at {{SITENAME}}.", + "emailuserfooter": "This email was {{GENDER:$1|sent}} by $1 to {{GENDER:$2|$2}} by the \"{{int:emailuser}}\" function at {{SITENAME}}.", "usermessage-summary": "Leaving system message.", "usermessage-editor": "System messenger", "usermessage-template": "MediaWiki:UserMessage",