From edb9397a47d8a60ea01ed617f66fb5cdf5d2e6d1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 11 Jun 2019 12:02:18 +0100 Subject: [PATCH] Add startpage back in --- app/Search.php | 6 ++++++ resources/lang/fi/app.php | 1 + resources/lang/fr/app.php | 1 + resources/lang/pt/app.php | 1 + resources/lang/sv/app.php | 1 + 5 files changed, 10 insertions(+) diff --git a/app/Search.php b/app/Search.php index cd1f62f1..b68e4c38 100644 --- a/app/Search.php +++ b/app/Search.php @@ -66,6 +66,12 @@ abstract class Search 'method' => 'get', 'type' => 'standard', ], + 'startpage' => [ + 'url' => 'https://www.startpage.com/do/dsearch', + 'var' => 'query', + 'method' => 'get', + 'type' => 'standard', + ], ]; } diff --git a/resources/lang/fi/app.php b/resources/lang/fi/app.php index 88a6d773..c2020edd 100644 --- a/resources/lang/fi/app.php +++ b/resources/lang/fi/app.php @@ -33,6 +33,7 @@ return array ( 'options.ddg' => 'DuckDuckGo', 'options.bing' => 'Bing', 'options.qwant' => 'Qwant', + 'options.startpage' => 'Etusivu', 'options.yes' => 'Kyllä', 'options.no' => 'Ei', diff --git a/resources/lang/fr/app.php b/resources/lang/fr/app.php index d55efa50..3751a074 100644 --- a/resources/lang/fr/app.php +++ b/resources/lang/fr/app.php @@ -31,6 +31,7 @@ return array ( 'options.ddg' => 'DuckDuckGo', 'options.bing' => 'Bing', 'options.qwant' => 'Qwant', + 'options.startpage' => 'Page d\'accueil', 'options.yes' => 'Oui', 'options.no' => 'Non', diff --git a/resources/lang/pt/app.php b/resources/lang/pt/app.php index 77a84fd4..ffaaef17 100644 --- a/resources/lang/pt/app.php +++ b/resources/lang/pt/app.php @@ -40,6 +40,7 @@ return [ 'options.ddg' => 'DuckDuckGo', 'options.bing' => 'Bing', 'options.qwant' => 'Qwant', + 'options.startpage' => 'StartPage', 'options.yes' => 'Sim', 'options.no' => 'Não', diff --git a/resources/lang/sv/app.php b/resources/lang/sv/app.php index e51dfd57..0a8d3d03 100644 --- a/resources/lang/sv/app.php +++ b/resources/lang/sv/app.php @@ -32,6 +32,7 @@ return array ( 'options.ddg' => 'DuckDuckGo', 'options.bing' => 'Bing', 'options.qwant' => 'Qwant', + 'options.startpage' => 'Startsida', 'options.yes' => 'Ja', 'options.no' => 'Nej',