jenkins-bot has submitted this change and it was merged. Change subject: Document tags-edit-revision-selected and add GENDER support for siteusers ......................................................................
Document tags-edit-revision-selected and add GENDER support for siteusers Threads: https://translatewiki.net/wiki/Thread:Support/About_a_MediaWiki:Tags-edit-revision-selected/el_parameter https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Siteusers/en Change-Id: I1cf3cec3d7837c1a2f50435d48a913553b28a13d --- M languages/i18n/en.json M languages/i18n/qqq.json 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Legoktm: Looks good to me, approved Nemo bis: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/languages/i18n/en.json b/languages/i18n/en.json index f1c354a..c45ce33 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2722,7 +2722,7 @@ "lastmodifiedatby": "This page was last modified $2, $1 by $3.", "othercontribs": "Based on work by $1.", "others": "others", - "siteusers": "{{SITENAME}} {{PLURAL:$2|user|users}} $1", + "siteusers": "{{SITENAME}} {{PLURAL:$2|{{GENDER:$1|user}}|users}} $1", "anonusers": "{{SITENAME}} anonymous {{PLURAL:$2|user|users}} $1", "creditspage": "Page credits", "nocredits": "There is no credits info available for this page.", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 06f4fe6..5433e0a 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -3830,7 +3830,7 @@ "tags-update-remove-not-allowed-multi": "Error message seen via the API when a user tries to remove more than one tag that is not properly defined.\n\nParameters:\n* $1 - comma-separated list of tag names\n* $2 - number of tags", "tags-edit-title": "The title of a page where tags can be added or removed from selected revisions or log entries.\nFor more information on tags see [[mw:Manual:Tags]].", "tags-edit-manage-link": "Text of a link to [[Special:Tags]], in imperative mood. Refers to the same thing as {{msg-mw|log-name-managetags}}.", - "tags-edit-revision-selected": "{{Identical|revdelete-selected-text}}\n\nSee also:\n* {{msg-mw|tags-edit-logentry-selected}}", + "tags-edit-revision-selected": "{{Identical|revdelete-selected-text}}\n\nParameters:\n* $1 - Number of ids of selected revisions\n* $2 - Title of the page that user has selected revisions of\nSee also:\n* {{msg-mw|tags-edit-logentry-selected}}", "tags-edit-logentry-selected": "{{Identical|logdelete-selected}}\n\nSee also:\n* {{msg-mw|tags-edit-revision-selected}}", "tags-edit-revision-explanation": "Leave blank.\n\nSee also:\n* {{msg-mw|tags-edit-logentry-explanation}}", "tags-edit-logentry-explanation": "Leave blank.\n\nSee also:\n* {{msg-mw|tags-edit-revision-explanation}}", -- To view, visit https://gerrit.wikimedia.org/r/265632 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1cf3cec3d7837c1a2f50435d48a913553b28a13d Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Nemo bis <[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
