diff --git a/extension.json b/extension.json index ba158b2..390d44f 100644 --- a/extension.json +++ b/extension.json @@ -6,6 +6,7 @@ ], "url": "https://github.com/SemanticMediaWiki/SemanticCite/", "descriptionmsg": "sci-desc", + "namemsg": "sci-name", "license-name": "GPL-2.0-or-later", "type": "semantic", "requires": { diff --git a/i18n/en.json b/i18n/en.json index 7d916a8..82ef95f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6,6 +6,7 @@ ] }, "sci-desc": "Manage citation resources with the help of [https://www.semantic-mediawiki.org Semantic MediaWiki]", + "sci-name": "Semantic Cite", "sci-referencelist-header": "References", "sci-referencelist-text": "$1", "sci-scite-parser-not-enabled-namespace": "#scite can not be used on a namespace that is not enabled for Semantic MediaWiki", diff --git a/i18n/qqq.json b/i18n/qqq.json index 25d7e68..e9f2bac 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -10,6 +10,7 @@ ] }, "sci-desc": "{{desc|name=Semantic Cite|url=https://www.semantic-mediawiki.org/wiki/Extension:SemanticCite}}", + "sci-name": "{{notranslate}}\n\nName of the extension as it should be displayed.", "sci-referencelist-header": "This is the text of a secion header.\n{{Identical|Reference}}", "sci-referencelist-text": "{{notranslate}}\n\nThis message is used for internal parsing.", "sci-scite-parser-not-enabled-namespace": "This is the text of an error message.",