From bb4fb385891b57c6d5e9ea5133650e9b52ce966f Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:09:57 +0200 Subject: [PATCH] New translations search.json (Russian) --- public/locales/ru/modules/search.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/locales/ru/modules/search.json diff --git a/public/locales/ru/modules/search.json b/public/locales/ru/modules/search.json new file mode 100644 index 000000000..0476bb186 --- /dev/null +++ b/public/locales/ru/modules/search.json @@ -0,0 +1,9 @@ +{ + "descriptor": { + "name": "Search Bar", + "description": "Search bar to search the web, youtube, torrents or overseerr" + }, + "input": { + "placeholder": "Search the web..." + } +} \ No newline at end of file