From 91b5cea852a69739d2cc7b09918faf0df699f7a9 Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Wed, 27 Jul 2022 08:54:31 +0200 Subject: [PATCH] Remove unused template dialog title message The message "visualeditor-dialog-template-insert" was added in 2021 via I5da4003. It was used as a dialog title in ve.ui.MWTemplateDialog.js. In 2021 we introduced three new messages via Ib9b76ca. One of them still says the same as the old message, but got a new key assigned. It appears like we forgot to remove the old message. Change-Id: Ie3854114197e3f36b48bb7efd8dd96a1f9651198 --- extension.json | 1 - i18n/ve-mw/en.json | 1 - i18n/ve-mw/qqq.json | 1 - 3 files changed, 3 deletions(-) diff --git a/extension.json b/extension.json index f945856cf5..f3bca0bd1a 100644 --- a/extension.json +++ b/extension.json @@ -2179,7 +2179,6 @@ "redirectedfrom", "templatedata-doc-subpage", "visualeditor-changedesc-mwtransclusion", - "visualeditor-dialog-template-insert", "visualeditor-dialog-template-title", "visualeditor-dialog-transclusion-action-save", "visualeditor-dialog-transclusion-add-param-error-alias", diff --git a/i18n/ve-mw/en.json b/i18n/ve-mw/en.json index 7a4927cc2b..f03d83bd2a 100644 --- a/i18n/ve-mw/en.json +++ b/i18n/ve-mw/en.json @@ -155,7 +155,6 @@ "visualeditor-dialog-table-collapsible": "Collapsible", "visualeditor-dialog-table-sortable": "Sortable", "visualeditor-dialog-table-wikitable": "Styled (wikitable)", - "visualeditor-dialog-template-insert": "Insert a template", "visualeditor-dialog-template-title": "Template", "visualeditor-dialog-transclusion-action-save": "Save", "visualeditor-dialog-transclusion-template-title-nonexistent": "This template doesn't exist.", diff --git a/i18n/ve-mw/qqq.json b/i18n/ve-mw/qqq.json index ebcd468447..84e4585cd4 100644 --- a/i18n/ve-mw/qqq.json +++ b/i18n/ve-mw/qqq.json @@ -175,7 +175,6 @@ "visualeditor-dialog-table-collapsible": "Label for toggle to make a table collapsible\n{{Identical|Collapsible}}", "visualeditor-dialog-table-sortable": "Label for toggle to make a table sortable", "visualeditor-dialog-table-wikitable": "Label for toggle to make a table a wikitable", - "visualeditor-dialog-template-insert": "Title for the template dialog to insert a new template.", "visualeditor-dialog-template-title": "{{Identical|Template}}", "visualeditor-dialog-transclusion-action-save": "Label for button that saves changes when editing an existing transclusion in the transclusion dialog.", "visualeditor-dialog-transclusion-template-title-nonexistent": "Message to user that the template name they have provided does not exist on this wiki.\n\nParameters:\n* $1 - Human-readable name of the template.\n* $2 - Full page name of the template.",