mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
f9471bcfbc
If something goes wrong with the initial api rquest the slider would either load in a broken state or say that it is loading forever. Now a message will be displayed to the user as well as the error logged to the console. Change-Id: Id763f31432feb7bd0e9ecbbeb2dd40f7ca6acaaf
15 lines
847 B
JSON
Executable file
15 lines
847 B
JSON
Executable file
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"WMDE"
|
|
]
|
|
},
|
|
"revisionslider": "Revision Slider",
|
|
"revisionslider-desc": "{{desc|name=RevisionSlider|url=https://www.mediawiki.org/wiki/Extension:RevisionSlider}}",
|
|
"revisionslider-beta-feature-message": "Label for the revision slider Beta Feature.",
|
|
"revisionslider-beta-feature-description": "Description for the revision slider Beta Feature, describing the feature that will be enabled.",
|
|
"revisionslider-loading-placeholder": "Message shown while the RevisionSlider is still loading on a diff page. Once loaded the message is removed.",
|
|
"revisionslider-loading-failed": "Message shown if the RevisionSlider fails to initially load.",
|
|
"revisionslider-loading-noscript": "Message shown while the RevisionSlider is trying to load but when JavaScript is disabled and thus it will not be successful."
|
|
}
|