From 68d2e8217de978b4b9473dba4855a4e3a6b7e21a Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:10:08 +0200 Subject: [PATCH] New translations search.json (Dutch) --- public/locales/nl/modules/search.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/locales/nl/modules/search.json diff --git a/public/locales/nl/modules/search.json b/public/locales/nl/modules/search.json new file mode 100644 index 000000000..0476bb186 --- /dev/null +++ b/public/locales/nl/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