From 95238be9532bfe37453318ef2e16b335d26f2c82 Mon Sep 17 00:00:00 2001 From: Jan Cernik <66427541+jancernik@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:01:27 -0300 Subject: [PATCH] FIX: Add missing translations strings for lazy-videos (#21127) --- plugins/discourse-lazy-videos/config/locales/server.en.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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