mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
5835d5f052
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php with shim. Change-Id: I28967ff1b8fc990bb5bcc88cd49a73c681dcfc91
13 lines
634 B
JSON
13 lines
634 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Brion Vibber"
|
|
]
|
|
},
|
|
"syntaxhighlight-desc": "Provides syntax highlighting <code><syntaxhighlight></code> using [http://qbnz.com/highlighter/ GeSHi - Generic Syntax Highlighter]",
|
|
"syntaxhighlight-specify": "You need to specify a language like this:",
|
|
"syntaxhighlight-supported": "Supported languages for syntax highlighting:",
|
|
"syntaxhighlight-err-loading": "(error loading supported language list)",
|
|
"syntaxhighlight-err-language": "Invalid language.",
|
|
"geshi.css": "/* CSS placed here will be applied to GeSHi syntax highlighting */"
|
|
} |