From b428aacae2058b379beec2656e37a69456899b6c Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:06:27 +0900 Subject: [PATCH] New translations calendar.json (Croatian) --- public/locales/hr/modules/calendar.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/locales/hr/modules/calendar.json diff --git a/public/locales/hr/modules/calendar.json b/public/locales/hr/modules/calendar.json new file mode 100644 index 000000000..51eaed58a --- /dev/null +++ b/public/locales/hr/modules/calendar.json @@ -0,0 +1,21 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "useSonarrv4": { + "label": "" + }, + "sundayStart": { + "label": "" + }, + "radarrReleaseType": { + "label": "" + }, + "hideWeekDays": { + "label": "" + } + } + } +} \ No newline at end of file