jenkins-bot has submitted this change and it was merged. Change subject: Fix variable number in message ......................................................................
Fix variable number in message Per message doc: $1 is the user who performed the action $10 is the number of notified languages Spotted by Pikne https://translatewiki.net/wiki/Thread:Translating_talk:MediaWiki/About_MediaWiki:Logentry-translationnotifications-sent/en Change-Id: Idc7b7a1987b54ffbc1de479628830466fc19dd05 --- M TranslationNotifications.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Amire80: Looks good to me, approved jenkins-bot: Verified diff --git a/TranslationNotifications.i18n.php b/TranslationNotifications.i18n.php index cc720eb..c71e7d9 100644 --- a/TranslationNotifications.i18n.php +++ b/TranslationNotifications.i18n.php @@ -117,7 +117,7 @@ 'translationnotifications-edit-summary' => 'Translation notification: $1', 'translationnotifications-email-priority' => 'The priority of this page is $1.', 'translationnotifications-email-deadline' => 'The deadline for translating this page is $1.', - 'logentry-translationnotifications-sent' => '$1 {{GENDER:$2|sent}} a notification about translating page $3; {{PLURAL:$1|language|languages}}: $4; deadline: $5; priority: $6; sent to {{PLURAL:$7|one recipient|$7 recipients}}, failed for {{PLURAL:$8|one recipient|$8 recipients}}, skipped for {{PLURAL:$9|one recipient|$9 recipients}}', + 'logentry-translationnotifications-sent' => '$1 {{GENDER:$2|sent}} a notification about translating page $3; {{PLURAL:$10|language|languages}}: $4; deadline: $5; priority: $6; sent to {{PLURAL:$7|one recipient|$7 recipients}}, failed for {{PLURAL:$8|one recipient|$8 recipients}}, skipped for {{PLURAL:$9|one recipient|$9 recipients}}', 'log-name-notifytranslators' => 'Translation notifications', 'log-description-notifytranslators' => 'A log of notifications sent to translators about translatable pages', 'translationnotifications-sent-title' => 'Translation notification sent', -- To view, visit https://gerrit.wikimedia.org/r/50904 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idc7b7a1987b54ffbc1de479628830466fc19dd05 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TranslationNotifications Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
