sachinchoolur/lightGallery

Missing mediaLoadingFailed in LightGalleryCoreStrings

Opened this issue · 0 comments

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