From c8af8d7575a47b4f3a32fad8a31c68914416a12b Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:08:24 +0200 Subject: [PATCH] New translations calendar.json (Swedish) --- public/locales/sv/modules/calendar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/sv/modules/calendar.json diff --git a/public/locales/sv/modules/calendar.json b/public/locales/sv/modules/calendar.json new file mode 100644 index 000000000..d470eabe9 --- /dev/null +++ b/public/locales/sv/modules/calendar.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Calendar", + "description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.", + "settings": { + "sundayStart": { + "label": "Start the week on Sunday" + } + } + } +} \ No newline at end of file