diff options
author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2018-02-14 16:17:46 -0600 |
---|---|---|
committer | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2018-03-20 17:58:20 -0600 |
commit | d1eae9359f8c5920632a730744ea2208070f06da (patch) | |
tree | 05f5be6e7fbc8bb63852d9b5df6e4248ae83f98d /searx/engines/google.py | |
parent | b9d4c0523e8d6eab81658d77f8213b39f9b28f17 (diff) | |
download | searxng-d1eae9359f8c5920632a730744ea2208070f06da.tar.gz searxng-d1eae9359f8c5920632a730744ea2208070f06da.zip |
fix fetch_langauges to be more accurate
Add languages supported by either all default general engines or 10 engines.
Diffstat (limited to 'searx/engines/google.py')
-rw-r--r-- | searx/engines/google.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py index 0a8678362..99c0d2b45 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -72,7 +72,7 @@ country_to_hostname = { 'RO': 'www.google.ro', # Romania 'RU': 'www.google.ru', # Russia 'SK': 'www.google.sk', # Slovakia - 'SL': 'www.google.si', # Slovenia (SL -> si) + 'SI': 'www.google.si', # Slovenia 'SE': 'www.google.se', # Sweden 'TH': 'www.google.co.th', # Thailand 'TR': 'www.google.com.tr', # Turkey |