From c8258e9c2bac40b0fb2b2e8b89cb6dced3025b5b Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:06:34 +0900 Subject: [PATCH] New translations search.json (Croatian) --- public/locales/hr/modules/search.json | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 public/locales/hr/modules/search.json diff --git a/public/locales/hr/modules/search.json b/public/locales/hr/modules/search.json new file mode 100644 index 000000000..16651d720 --- /dev/null +++ b/public/locales/hr/modules/search.json @@ -0,0 +1,30 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "input": { + "placeholder": "" + }, + "switched-to": "", + "searchEngines": { + "search": { + "name": "", + "description": "" + }, + "youtube": { + "name": "", + "description": "" + }, + "torrents": { + "name": "", + "description": "" + }, + "overseerr": { + "name": "", + "description": "" + } + }, + "tip": "", + "switchedSearchEngine": "" +}