Skip to content

Commit

Permalink
Provide the optional but missing message for the name (#67)
Browse files Browse the repository at this point in the history
* Update extension.json
* Update en.json
* Update qqq.json
  • Loading branch information
kghbln authored Oct 8, 2018
1 parent b766456 commit 2f68305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<code>#scite</code> can not be used on a namespace that is not enabled for Semantic MediaWiki",
Expand Down
1 change: 1 addition & 0 deletions i18n/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 2f68305

Please sign in to comment.