IoannisKydonis has uploaded a new change for review. https://gerrit.wikimedia.org/r/265550
Change subject: Add GENDER support for securepoll-welcome. ...................................................................... Add GENDER support for securepoll-welcome. Thread: https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Securepoll-welcome/en Change-Id: I65d55d467547a5b92d3f365a5ccc2bbe3849eeae --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecurePoll refs/changes/50/265550/1 diff --git a/i18n/en.json b/i18n/en.json index bdceebd..6a92a44 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -10,7 +10,7 @@ "securepoll-need-admin": "You need to be an election administrator to perform this action.", "securepoll-too-few-params": "Not enough subpage parameters (invalid link).", "securepoll-invalid-election": "\"$1\" is not a valid election ID.", - "securepoll-welcome": "<strong>Welcome $1!</strong>", + "securepoll-welcome": "<strong>{{GENDER:$1|Welcome}} $1!</strong>", "securepoll-not-started": "This election has not yet started.\nIt is scheduled to start on $2 at $3.", "securepoll-already-started": "This election has already started.\nIt started on $2 at $3", "securepoll-finished": "This election has finished, you can no longer vote.", -- To view, visit https://gerrit.wikimedia.org/r/265550 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I65d55d467547a5b92d3f365a5ccc2bbe3849eeae Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SecurePoll Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
