jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/758088 )
Change subject: [i18n] Add CleanBot summary to the i18n system ......................................................................
[i18n] Add CleanBot summary to the i18n system
Change-Id: Iaa2a2db895466659d806b72038f50351d04e4b1d --- M category/en.json M category/qqq.json 2 files changed, 2 insertions(+), 1 deletion(-)
Approvals: Costa Shul: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/category/en.json b/category/en.json index 700628b..207314a 100644 --- a/category/en.json +++ b/category/en.json @@ -8,7 +8,7 @@ }, "category-adding": "Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]", "category-also-in": "(also in %(alsocat)s)", - + "category-clean": "Bot: Removing category %(category)s which is already in %(child)s", "category-listifying": "Bot: Listifying from %(fromcat)s ({{PLURAL:%(num)d|1 entry|%(num)d entries}})", "category-removing": "Bot: Removing from %(oldcat)s", "category-renamed": "Bot: Moved from %(oldcat)s. Authors: %(authors)s", diff --git a/category/qqq.json b/category/qqq.json index d14f2b2..1ec2e93 100644 --- a/category/qqq.json +++ b/category/qqq.json @@ -14,6 +14,7 @@ }, "category-adding": "{{doc-important|Do not change ":Category:%(newcat)s" so this message will work in any language.}}", "category-also-in": "Translations to say that the current category is in more categories than the one we are coming from", + "category-clean": "Edit summary when a category is removed because the page is already in child category. Parameters:\n* %(category)s - category name to be removed\n* %(child)s - child category", "category-listifying": "Definition of [[mw:Manual:Pywikibot/category.py#Syntax|listify]] - make a list of all of the articles that are in a category.\n\n*Variable "%(fromcat)s" = the category to make a list of in the listify option.\n*Variable "%(num)d" is probably a number.\n*You may use PLURAL tag like (<code><nowiki>{{PLURAL:%(num)d|1 entry|%(num)d entries}}</nowiki></code>)\nDo not translate the variables.", "category-removing": "Edit summary. Parameters:\n* %(oldcat)s - old category name", "category-renamed": "Edit summary when a category was renamed.",
pywikibot-commits@lists.wikimedia.org