added missing translations

This commit is contained in:
Codex Agent
2025-11-26 14:41:39 +01:00
parent ff168834b4
commit ecac9507a4
35 changed files with 2812 additions and 256 deletions

View File

@@ -21,6 +21,8 @@ export interface GalleryMetaResponse {
slug?: string | null;
description?: string | null;
gallery_expires_at?: string | null;
guest_downloads_enabled?: boolean;
guest_sharing_enabled?: boolean;
};
branding: GalleryBranding;
}