From 6320f9a6455320c2d16f6acdbde6353a9a62d169 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:08:27 +0200 Subject: [PATCH] New translations calendar.json (Spanish) --- public/locales/es/modules/calendar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/es/modules/calendar.json diff --git a/public/locales/es/modules/calendar.json b/public/locales/es/modules/calendar.json new file mode 100644 index 000000000..d470eabe9 --- /dev/null +++ b/public/locales/es/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