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": "" + } + } + } + } +}