mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-13 18:26:59 +00:00
Consisteny tweaks: Use lower case chars for message key only
In preparation for adding extension to translatewiki.net Change-Id: I64fe725ceac7ec1b4d0da9c05e8285cc06278088
This commit is contained in:
parent
31743445bd
commit
b35763edbf
|
@ -5,8 +5,8 @@
|
|||
"Marc A. Pelletier"
|
||||
],
|
||||
"url": "https://www.mediawiki.org/wiki/Extension:TemplateStyles",
|
||||
"namemsg": "templateStyles",
|
||||
"descriptionmsg": "templateStyles-desc",
|
||||
"namemsg": "templatestyles",
|
||||
"descriptionmsg": "templatestyles-desc",
|
||||
"license-name": "LGPL-2.0+",
|
||||
"type": "other",
|
||||
"manifest_version": 1,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Marc A. Pelletier"
|
||||
]
|
||||
},
|
||||
"templateStyles": "TemplateStyles",
|
||||
"templateStyles-desc": "Implement per-template style sheets",
|
||||
"templatestyles": "TemplateStyles",
|
||||
"templatestyles-desc": "Implement per-template style sheets",
|
||||
"templatestyles-doc-header": "Template-specific style sheet:"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Marc A. Pelletier"
|
||||
]
|
||||
},
|
||||
"templateStyles": "The name of the extension",
|
||||
"templateStyles-desc": "{{desc|name=TemplateStyles|url=https://www.mediawiki.org/wiki/Extension:TemplateStyles}}",
|
||||
"templatestyles": "The name of the extension",
|
||||
"templatestyles-desc": "{{desc|name=TemplateStyles|url=https://www.mediawiki.org/wiki/Extension:TemplateStyles}}",
|
||||
"templatestyles-doc-header": "Used as caption for the display of the style sheet of the current template."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue