From 24915de7d7fb005ad5889d5abdb9b08cbd317c38 Mon Sep 17 00:00:00 2001 From: thiemowmde Date: Thu, 29 Aug 2024 16:21:04 +0200 Subject: [PATCH] Drop unused, duplicate "this is an extension" message Patch I83434afaf1b76425bddb575dd724f462a247c83d was meant to be a revert of I3749683d8a18e502bf16e5bd5f2fe385581625be, but left this unused message behind. While an unused message is harmless, it's of no use either. Even if we are going to re-implement something like this again in the future, we will certainly not be able to use this exact message (mostly because of T373307). Starting with a new message is much easier then. Bug: T373564 Change-Id: I241d44639ca7112e8398d095e7aa59cf8e275da1 --- modules/ve-cite/i18n/en.json | 1 - modules/ve-cite/i18n/qqq.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/ve-cite/i18n/en.json b/modules/ve-cite/i18n/en.json index cc419132a..f7ad0d661 100644 --- a/modules/ve-cite/i18n/en.json +++ b/modules/ve-cite/i18n/en.json @@ -37,7 +37,6 @@ "cite-ve-dialog-reference-editing-reused": "This reference is used {{PLURAL:$1|once|2=twice|$1 times}} on this page.", "cite-ve-dialog-reference-editing-reused-long": "This reference is used {{PLURAL:$1|once|2=twice|$1 times}} on this page. Changes made here will be applied in all places where this reference is reused.", "cite-ve-dialog-reference-editing-extends": "This is an extension of another reference.", - "cite-ve-dialog-reference-editing-extends-long": "This is an extension of another reference \"$1\".", "cite-ve-dialog-reference-missing-parent-ref": "This subreference is missing a parent reference.", "cite-ve-dialog-reference-options-group-label": "Use this group", "cite-ve-dialog-reference-options-group-placeholder": "General references", diff --git a/modules/ve-cite/i18n/qqq.json b/modules/ve-cite/i18n/qqq.json index 4a92e572d..71fea6f58 100644 --- a/modules/ve-cite/i18n/qqq.json +++ b/modules/ve-cite/i18n/qqq.json @@ -50,8 +50,7 @@ "cite-ve-citationneeded-title": "Title of citation needed context", "cite-ve-dialog-reference-editing-reused": "Text shown in reference context menu when editing a reference that is used multiple times. This is a shorter version of {{msg-mw|cite-ve-dialog-reference-editing-reused-long}}.\n\nParameters:\n* $1 - Number of times used. This is always greater than 1.\n\nNote that the explicit '2' value is useful in English, but not necessarily for other languages. Don't translate the 2 value if it's not useful for your language.", "cite-ve-dialog-reference-editing-reused-long": "Text shown at the top of the reference dialog when editing a reference that is used multiple times. This is a more detailed version of {{msg-mw|cite-ve-dialog-reference-editing-reused}}.\n\nParameters:\n* $1 - Number of times used. This is always greater than 1.\n\nNote that the explicit '2' value is useful in English, but not necessarily for other languages. Don't translate the 2 value if it's not useful for your language.", - "cite-ve-dialog-reference-editing-extends": "Text shown in reference context menu when editing a reference that extends another reference.\n\nA longer message, adding the precision the other reference, is in {{msg-mw|Cite-ve-dialog-reference-editing-extends-long}}.", - "cite-ve-dialog-reference-editing-extends-long": "Text shown at the top of the reference dialog when editing a reference that extends another reference. This is a more detailed version of {{msg-mw|cite-ve-dialog-reference-editing-extends}}.\n\nParameter:\n* $1 – the name of the parent reference", + "cite-ve-dialog-reference-editing-extends": "Text shown in reference context menu when editing a reference that extends another reference.", "cite-ve-dialog-reference-missing-parent-ref": "Message that appears in popup dialogs when a subreference is missing its parent reference.", "cite-ve-dialog-reference-options-group-label": "Label for the reference group input", "cite-ve-dialog-reference-options-group-placeholder": "Placeholder for the reference group input",