jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/463608 )
Change subject: [bugfix] Fix sort key handling in category move ......................................................................
[bugfix] Fix sort key handling in category move
Bug: T192215 Change-Id: I749dede76b1878df9572a2b6e829be816f01370f --- M category/en.json M category/qqq.json 2 files changed, 8 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/category/en.json b/category/en.json index 55cff72..700628b 100644 --- a/category/en.json +++ b/category/en.json @@ -2,7 +2,8 @@ "@metadata": { "authors": [ "Xqt", - "Ben McIlwain (CydeWeys)" + "Ben McIlwain (CydeWeys)", + "Dvorapa" ] }, "category-adding": "Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]", @@ -14,6 +15,8 @@ "category-replacing": "Bot: Replacing category %(oldcat)s with %(newcat)s", "category-section-title": "Page history of former %(oldcat)s", "category-strip-cfd-templates": "Bot: Removing CFD templates for completed action", + "category-strip-sort-keys": "Bot: Removing sort keys for completed action", + "category-strip-both": "Bot: Removing CFD templates and sort keys for completed action", "category-version-history": "Bot: Saving version history of former %(oldcat)s", "category-was-disbanded": "Bot: Category was disbanded", "category-was-moved": "Bot: Category was moved to [[:Category:%(newcat)s|%(title)s]]" diff --git a/category/qqq.json b/category/qqq.json index 0fcdc62..5ef368a 100644 --- a/category/qqq.json +++ b/category/qqq.json @@ -8,7 +8,8 @@ "Siebrand", "Valhallasw", "Xqt", - "Ben McIlwain (CydeWeys)" + "Ben McIlwain (CydeWeys)", + "Dvorapa" ] }, "category-adding": "{{doc-important|Do not change ":Category:%(newcat)s" so this message will work in any language.}}", @@ -19,6 +20,8 @@ "category-replacing": "Edit summary. Parameters:\n* %(oldcat)s - old category name\n* %(newcat)s - new category name", "category-section-title": "Section title for keeping page history", "category-strip-cfd-templates": "Edit summary when CFD (Categories for deletion) templates are removed from the page's text following a move/keep action", + "category-strip-sort-keys": "Edit summary when sort keys are removed from the page's text following a move/keep action", + "category-strip-both": "Edit summary when both CFD (Categories for deletion) templates and sort keys are removed from the page's text following a move/keep action", "category-version-history": "Edit summary when the bot saves page' version history while category moving", "category-was-disbanded": "Used as reason for deletion of the category.", "category-was-moved": "{{doc-important|Do not translate "[[:Category:%(newcat)s|%(title)s]]"}}"
pywikibot-commits@lists.wikimedia.org