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