Closed pavelhynek closed 3 months ago
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,
export interface LightGalleryCoreStrings { closeGallery: string; toggleMaximize: string; previousSlide: string; nextSlide: string; download: string; playVideo: string; }
source code
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.
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:
Environment
source code