Shirayuki has uploaded a new change for review. https://gerrit.wikimedia.org/r/53278
Change subject: Adding GENDER support (comments-safe-username) ...................................................................... Adding GENDER support (comments-safe-username) Spotted by Purodha Blissenbach http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Comments-reply-to/en Change-Id: I66b27ac4cabd083e6179faa78da6a3ef87db6452 --- M Comment.js M Comments.i18n.php 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Comments refs/changes/78/53278/1 diff --git a/Comment.js b/Comment.js index 25dd671..95ac9ca 100644 --- a/Comment.js +++ b/Comment.js @@ -226,7 +226,7 @@ */ reply: function( parentId, poster ) { jQuery( '#replyto' ).text( - mw.msg( 'comments-reply-to' ) + ' ' + poster + ' (' + mw.msg( 'comments-reply-to', poster ) + ' ' + poster + ' (' ); jQuery( '<a>', { href: 'javascript:void(0);', diff --git a/Comments.i18n.php b/Comments.i18n.php index f205af0..61076f4 100644 --- a/Comments.i18n.php +++ b/Comments.i18n.php @@ -19,7 +19,7 @@ 'comments-loading' => 'Loading...', 'comments-auto-refresher-enable' => 'Enable comment auto-refresher', 'comments-auto-refresher-pause' => 'Pause comment auto-refresher', - 'comments-reply-to' => 'Reply to', + 'comments-reply-to' => '{{GENDER:$1|Reply}} to', 'comments-cancel-reply' => 'Cancel', 'comments-block-warning-anon' => 'Are you sure you want to permanently ignore all comments from this anonymous user (via their IP address)?', 'comments-block-warning-user' => 'Are you sure you want to permanently ignore all comments from user $1?', -- To view, visit https://gerrit.wikimedia.org/r/53278 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I66b27ac4cabd083e6179faa78da6a3ef87db6452 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Comments Gerrit-Branch: master Gerrit-Owner: Shirayuki <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
