From 456f91c93c6c1f04c04afbb6f36ff7d580662f7a Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:16:01 +0900 Subject: [PATCH] New translations calendar.json (Galician) --- public/locales/gl/modules/calendar.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/locales/gl/modules/calendar.json diff --git a/public/locales/gl/modules/calendar.json b/public/locales/gl/modules/calendar.json new file mode 100644 index 000000000..453ad8c85 --- /dev/null +++ b/public/locales/gl/modules/calendar.json @@ -0,0 +1,18 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "useSonarrv4": { + "label": "" + }, + "sundayStart": { + "label": "" + }, + "radarrReleaseType": { + "label": "" + } + } + } +}