From 145d85dde0e6aaf2196f680bbfe170f2e2adb0ae Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Wed, 10 Jun 2026 15:46:55 +0200 Subject: [PATCH] Add seql-name system message for the extension name Registers the extension name as a system message via namemsg, following the pattern of the Semantic Extra Special Properties extension. Co-Authored-By: Claude Opus 4.8 --- extension.json | 1 + i18n/en.json | 1 + i18n/qqq.json | 1 + 3 files changed, 3 insertions(+) diff --git a/extension.json b/extension.json index 12e5ed7..b311e6b 100644 --- a/extension.json +++ b/extension.json @@ -6,6 +6,7 @@ ], "url": "https://www.mediawiki.org/wiki/Extension:SemanticExternalQueryLookup", "descriptionmsg": "seql-desc", + "namemsg": "seql-name", "license-name": "GPL-2.0-or-later", "type": "semantic", "requires": { diff --git a/i18n/en.json b/i18n/en.json index ea28cbb..434d8ed 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6,6 +6,7 @@ ] }, "seql-desc": "Allows to integrate query results from a remote [https://semantic-mediawiki.org Semantic MediaWiki] into a local wiki", + "seql-name": "Semantic External Query Lookup", "seql-interwiki-prefix-is-missing": "The selected \"$1\" source is missing a matching interwiki prefix.", "seql-debug-query-not-supported": "The display of results for a debug query is not supported when using an external query source." } diff --git a/i18n/qqq.json b/i18n/qqq.json index 2276cc9..dcc01f9 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -6,6 +6,7 @@ ] }, "seql-desc": "{{desc|name=Semantic External Query Lookup|url=https://www.mediawiki.org/wiki/Extension:Semantic_External_Query_Lookup}}", + "seql-name": "{{notranslate}}\nName of the extension as it should be displayed.", "seql-interwiki-prefix-is-missing": "This is an error message.\n\n* $1 holds the label of the configured query source.", "seql-debug-query-not-supported": "This is an error message." }