From f34490d4f1969e2f9b99290dd9bd97d508144d15 Mon Sep 17 00:00:00 2001 From: Trottel Date: Tue, 31 Aug 2021 00:05:19 +0200 Subject: [PATCH 1/4] Add Czech translation (#397) --- app/static/settings/translations.json | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/app/static/settings/translations.json b/app/static/settings/translations.json index 3617d6c..45514bb 100644 --- a/app/static/settings/translations.json +++ b/app/static/settings/translations.json @@ -295,5 +295,38 @@ "light": "clair", "dark": "sombre", "system": "système" + }, + "lang_cs": { + "search": "Hledat", + "config": "Konfigurace", + "config-country": "Filtrovat výsledky podle země", + "config-country-help": "Poznámka: Pokud je povoleno, webová stránka se objeví ve výsledcích vyhledávání, pouze pokud je *hostována* ve vybrané zemi.", + "config-lang": "Jazyk rozhraní", + "config-lang-search": "Jazyk vyhledávání", + "config-near": "Poblíž", + "config-near-help": "Název města", + "config-block": "Blokovat", + "config-block-help": "Čárkami oddělený seznam stránek", + "config-theme": "Motiv", + "config-nojs": "Zobrazit NoJS odkazy", + "config-dark": "Tmavý motiv", + "config-safe": "Bezpečné vyhledávání", + "config-alts": "Nahradit odkazy na sociální média", + "config-alts-help": "Nahradí odkazy na Twitter, YouTube, Instagram atd. alternativami respektujícími soukromí.", + "config-new-tab": "Otevírat odkazy na novém listu", + "config-images": "Vyhledávání obrázků v plné velikosti", + "config-images-help": "(Experimentální) Přidá volbu ‚Zobrazit obrázek‘ do vyhledávání obrázků na ploše. Způsobí to, že náhledy výsledků vyhledávání obrázků budou mít nižší rozlišení.", + "config-tor": "Používat Tor", + "config-get-only": "Pouze požadavky GET", + "config-url": "Kořenová adresa URL", + "config-css": "Vlastní CSS", + "load": "Načíst", + "apply": "Použít", + "save-as": "Uložit jako...", + "github-link": "Zobrazit na GitHub", + "translate": "Přeložit", + "light": "Světlý", + "dark": "Tmavý", + "system": "Systémový" } } From 388f51cfb76f548e931075853caface0ae41c65a Mon Sep 17 00:00:00 2001 From: alefvanoon <53198048+alefvanoon@users.noreply.github.com> Date: Tue, 31 Aug 2021 00:07:23 +0200 Subject: [PATCH 2/4] Add table for public instances (#398) Includes new "Country" and "Cloudflare" columns --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b635433..1cb4594 100644 --- a/README.md +++ b/README.md @@ -480,14 +480,20 @@ A lot of the app currently piggybacks on Google's existing support for fetching *Note: Use public instances at your own discretion. Maintainers of Whoogle do not personally validate the integrity of these instances, and popular public instances are more likely to be rate-limited or blocked.* -- [https://whoogle.sdf.org](https://whoogle.sdf.org) -- [https://whoogle.kavin.rocks](https://whoogle.kavin.rocks) or [http://whoogledq5f5wly5p4i2ohnvjwlihnlg4oajjum2oeddfwqdwupbuhqd.onion](http://whoogledq5f5wly5p4i2ohnvjwlihnlg4oajjum2oeddfwqdwupbuhqd.onion) -- [https://search.garudalinux.org](https://search.garudalinux.org) -- [https://whooglesearch.net](https://whooglesearch.net) -- [https://search.flawcra.cc](https://search.flawcra.cc) -- [https://search.exonip.de](https://search.exonip.de) -- [https://whoogle.silkky.cloud](https://whoogle.silkky.cloud) -- [https://s.alefvanboon.xyz](https://s.alefvanboon.xyz) +| Website | Country | Cloudflare | +|-|-|-| +| [https://whoogle.sdf.org](https://whoogle.sdf.org) | 🇺🇸 US | +| [https://whoogle.kavin.rocks](https://whoogle.kavin.rocks) | 🇮🇳 IN | ✅ | +| [https://search.garudalinux.org](https://search.garudalinux.org) | 🇩🇪 DE | | +| [https://whooglesearch.net](https://whooglesearch.net) | 🇺🇸 US | | +| [https://search.flawcra.cc](https://search.flawcra.cc) | | ✅ | +| [https://search.exonip.de](https://search.exonip.de) | 🇳🇱 NL | | +| [https://whoogle.silkky.cloud](https://whoogle.silkky.cloud) | 🇫🇮 FI | | +| [https://s.alefvanoon.xyz](https://s.alefvanoon.xyz) | 🇺🇸 US | ✅ | +| [http://whoogledq5f5wly5p4i2ohnvjwlihnlg4oajjum2oeddfwqdwupbuhqd.onion](http://whoogledq5f5wly5p4i2ohnvjwlihnlg4oajjum2oeddfwqdwupbuhqd.onion) | 🇮🇳 IN | | + +* A checkmark in the "Cloudflare" category here refers to the use of the reverse proxy, [Cloudflare](https://cloudflare). The checkmark will not be listed for a site which uses Cloudflare DNS but rather the proxying service which grants Cloudflare the ability to monitor traffic to the website. + ## Screenshots #### Desktop ![Whoogle Desktop](docs/screenshot_desktop.jpg) From be3714f074c0807983148c6ffa51f1287e5f465d Mon Sep 17 00:00:00 2001 From: alefvanoon <53198048+alefvanoon@users.noreply.github.com> Date: Tue, 31 Aug 2021 00:10:07 +0200 Subject: [PATCH 3/4] Fix rtl lang problem in search box (#399) Adds auto dir to index, search and header input html --- app/templates/header.html | 6 ++++-- app/templates/index.html | 3 ++- app/templates/search.html | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/templates/header.html b/app/templates/header.html index a3d596a..a59f619 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -19,7 +19,8 @@ class="noHIxc" name="q" type="text" - value="{{ clean_query(query) }}"> + value="{{ clean_query(query) }}" + dir="auto"> @@ -51,7 +52,8 @@ name="q" spellcheck="false" type="text" - value="{{ clean_query(query) }}"> + value="{{ clean_query(query) }}" + dir="auto">
diff --git a/app/templates/index.html b/app/templates/index.html index 64e1650..f528723 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -62,7 +62,8 @@ autocapitalize="none" spellcheck="false" autocorrect="off" - autocomplete="off"> + autocomplete="off" + dir="auto"> diff --git a/app/templates/search.html b/app/templates/search.html index 67674a1..4695291 100644 --- a/app/templates/search.html +++ b/app/templates/search.html @@ -8,6 +8,7 @@ spellcheck="false" autocorrect="off" placeholder="Whoogle Search" - autocomplete="off"> + autocomplete="off" + dir="auto"> From 71070ee921643b45991027646f7227d6a3b81fa6 Mon Sep 17 00:00:00 2001 From: davidfrickert Date: Mon, 30 Aug 2021 23:11:32 +0100 Subject: [PATCH 4/4] Fix portuguese translations (#405) --- app/static/settings/languages.json | 2 +- app/static/settings/translations.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/static/settings/languages.json b/app/static/settings/languages.json index 700363a..e872766 100644 --- a/app/static/settings/languages.json +++ b/app/static/settings/languages.json @@ -33,7 +33,7 @@ {"name": "Norwegian (Norwegian)", "value": "lang_no"}, {"name": "Persian (فارسی)", "value": "lang_fa"}, {"name": "Polish (Polskie)", "value": "lang_pl"}, - {"name": "Portugese (Português)", "value": "lang_pt"}, + {"name": "Portuguese (Português)", "value": "lang_pt"}, {"name": "Romanian (Română)", "value": "lang_ro"}, {"name": "Russian (русский)", "value": "lang_ru"}, {"name": "Serbian (Српски)", "value": "lang_sr"}, diff --git a/app/static/settings/translations.json b/app/static/settings/translations.json index 45514bb..0d2f48e 100644 --- a/app/static/settings/translations.json +++ b/app/static/settings/translations.json @@ -164,13 +164,13 @@ "dark": "notte", "system": "impostazioni di sistema" }, - "lang_pt": { - "search": "Buscar", + "lang_pt": { + "search": "Pesquisar", "config": "Configuração", "config-country": "Filtrar Resultados por País", "config-country-help": "Observação: Se ativado, um site só aparecerá nos resultados da pesquisa se estiver *hospedado* no país selecionado.", "config-lang": "Idioma da Interface", - "config-lang-search": "Idioma da Busca", + "config-lang-search": "Idioma da Pesquisa", "config-near": "Perto", "config-near-help": "Nome da Cidade", "config-block": "Bloquear", @@ -178,19 +178,19 @@ "config-theme": "Tema", "config-nojs": "Mostrar Links NoJS", "config-dark": "Modo Escuro", - "config-safe": "Busca Segura", + "config-safe": "Pesquisa Segura", "config-alts": "Substituir Links de Redes Sociais", "config-alts-help": "Substitui os links do Twitter/YouTube/Instagram/etc. por alternativas que respeitam sua privacidade.", "config-new-tab": "Abrir Links em Nova Aba", - "config-images": "Busca de Imagem em Tamanho Real", - "config-images-help": "(Experimental) Adiciona a opção 'Exibir Imagem' às buscas de imagens no modo 'para computador'. Isso fará com que as miniaturas do resultado da imagem sejam de menor resolução.", + "config-images": "Pesquisa de Imagem em Tamanho Real", + "config-images-help": "(Experimental) Adiciona a opção 'Mostrar Imagem' às pesquisas de imagens no modo 'para computador'. Isso fará com que as miniaturas do resultado da imagem sejam de menor resolução.", "config-tor": "Usar Tor", - "config-get-only": "Apenas Solicitações GET", + "config-get-only": "Apenas Pedidos GET", "config-url": "URL Fonte", "config-css": "CSS Personalizado", "load": "Carregar", "apply": "Aplicar", - "save-as": "Salvar Como...", + "save-as": "Guardar Como...", "github-link": "Ver no GitHub", "translate": "traduzir", "light": "brilhante",