From 833d12eff4300cbde989f0cb9a68f0ee0b0eb870 Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 11 Jan 2023 08:44:32 +0900 Subject: [PATCH] Add translation for radarrReleaseType --- public/locales/en/modules/calendar.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/locales/en/modules/calendar.json b/public/locales/en/modules/calendar.json index 817d4c08e..1db0aff18 100644 --- a/public/locales/en/modules/calendar.json +++ b/public/locales/en/modules/calendar.json @@ -6,6 +6,9 @@ "title": "Settings for calendar integration", "sundayStart": { "label": "Start the week on Sunday" + }, + "radarrReleaseType": { + "label": "Radarr release type" } } }