mediawiki-extensions-Syntax.../i18n/en.json
Siebrand Mazeland 5835d5f052 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I28967ff1b8fc990bb5bcc88cd49a73c681dcfc91
2014-03-28 22:39:14 +01:00

13 lines
634 B
JSON

{
"@metadata": {
"authors": [
"Brion Vibber"
]
},
"syntaxhighlight-desc": "Provides syntax highlighting <code>&lt;syntaxhighlight&gt;</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 */"
}