mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
b4b9da7e51
The popup label was being styled as two words from two different i18n messages, each a different colour. This combines them into one, moves the identifing class name up to the outer span, and colours both words blue (the outer braces are left black). Bug: T174219 Change-Id: Id1166f48ae4b3b8daff29be56dd92ef330dd9cef
20 lines
870 B
JSON
20 lines
870 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"pastakhov",
|
|
"Raymond",
|
|
"SkyDaisy9",
|
|
"Shirayuki",
|
|
"Minh Nguyen"
|
|
]
|
|
},
|
|
"codemirror-desc": "{{desc|name=Code Mirror|url=https://www.mediawiki.org/wiki/Extension:CodeMirror}}\n\nAdditional info: Discription of \"Syntax highlighting\" in wiki\n[[mw:Extension:SyntaxHighlight GeSHi]]",
|
|
"codemirror-toggle-label": "Title tooltip for button to toggle CodeMirror in the editing toolbar.",
|
|
"codemirror-beta-title": "Title for syntax highlighting beta feature",
|
|
"codemirror-beta-desc": "Description for syntax highlight beta feature",
|
|
"codemirror-popup-label": "The title of the popup",
|
|
"codemirror-popup-desc": "Description of the syntax highlighting feature in the popup",
|
|
"codemirror-popup-btn-yes": "Text on the button for trying out codemirror",
|
|
"codemirror-popup-btn-no": "Text on the button for dismissing popup"
|
|
}
|