diff --git a/plugins/discourse-lazy-videos/config/locales/server.en.yml b/plugins/discourse-lazy-videos/config/locales/server.en.yml index cff25e5b6e4..66ffba02e05 100644 --- a/plugins/discourse-lazy-videos/config/locales/server.en.yml +++ b/plugins/discourse-lazy-videos/config/locales/server.en.yml @@ -1,3 +1,6 @@ en: site_settings: - lazy_videos_enabled: "Enable the Lazy Videos plugin" \ No newline at end of file + lazy_videos_enabled: "Enable the Lazy Videos plugin" + lazy_youtube_enabled: "Enable lazy loading for YouTube embeds" + lazy_vimeo_enabled: "Enable lazy loading for Vimeo embeds" + lazy_tiktok_enabled: "Enable lazy loading for TikTok embeds (experimental)" \ No newline at end of file