From c8c5127df9cc2690ab918b89559265b26cf01868 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:06:56 +0900 Subject: [PATCH] New translations rss.json (Croatian) --- public/locales/hr/modules/rss.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 public/locales/hr/modules/rss.json diff --git a/public/locales/hr/modules/rss.json b/public/locales/hr/modules/rss.json new file mode 100644 index 000000000..f65ffa1b9 --- /dev/null +++ b/public/locales/hr/modules/rss.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "rssFeedUrl": { + "label": "", + "description": "" + }, + "refreshInterval": { + "label": "" + }, + "dangerousAllowSanitizedItemContent": { + "label": "" + }, + "textLinesClamp": { + "label": "" + } + }, + "card": { + "errors": { + "general": { + "title": "", + "text": "" + } + } + } + } +}