sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.
https://www.lightgalleryjs.com/
Other
6.55k stars 1.29k forks source link

Missing mediaLoadingFailed in LightGalleryCoreStrings #1632

Closed pavelhynek closed 3 months ago

pavelhynek commented 6 months ago

Description

There is a localisation setting in the documentation where the string object should contain mediaLoadingFailed, but the given option is missing.

strings: { mediaLoadingFailed: "test" } as LightGalleryCoreStrings,

Source code of lg:

export interface LightGalleryCoreStrings {
    closeGallery: string;
    toggleMaximize: string;
    previousSlide: string;
    nextSlide: string;
    download: string;
    playVideo: string;
}

error

Environment

source code

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.