Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-01 | Update searx.data - update_languages.py | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-10-26 | [mod] update_languages: min_engines_per_country=7 | Alexandre Flament | |
a (language,country) tuple is included if 7 engines have it, was 10 before. close #432 | |||
2021-10-01 | Update searx.data - update_languages.py | dalf | |
2021-08-01 | [fix] get common used languages back (min_engines_per_lang = 13) | Markus Heiser | |
In commit 4d3f2f48d common used languages has been droped. By reducing the number of `min_engines_per_lang` from 15 to 13 we get theses languages back. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2021-08-01 | Update searx.data - update_languages.py | dalf | |
2021-03-05 | Update searx.data - update_languages.py | dalf | |
2021-01-24 | [data] make engines.languages | Markus Heiser | |
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-09-22 | fetch google's search langs rather than ui langs | Marc Abonce Seguin | |
2020-09-22 | fix utils/fetch_languages to work with new languages | Marc Abonce Seguin | |
2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
2020-03-01 | update languages: engines_languages.json languages.py | Markus Heiser | |
build by Makefile target: make project Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2018-03-20 | fix fetch_langauges to be more accurate | Marc Abonce Seguin | |
Add languages supported by either all default general engines or 10 engines. | |||
2017-10-10 | update engines_languages.json and languages.py | marc | |
Also, fix fetch_languages.py so it can run on python3. | |||
2017-03-18 | make search language handling less strict | marc | |
languages.py can change, so users may query on a language that is not on the list anymore, even if it is still recognized by a few engines. also made no and nb the same because they seem to return the same, though most engines will only support one or the other. | |||
2017-03-18 | add language support for qwant | marc | |
closes issue #863 | |||
2016-12-29 | change language list to only include languages with a minimum of engines | marc | |
that support them. users can still query lesser supported through the :lang_code bang. | |||
2016-12-16 | minor fixes in utils/fetch_languages.py | marc | |
2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
and refactor method to make it testable without making requests | |||
2016-12-13 | [mod] fetch supported languages for several engines | marc | |
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language. | |||
2016-12-13 | small fixes | marc | |
2016-12-13 | Add country names in language list. | marc | |
2016-12-13 | Add language support for more engines. | marc | |
2016-12-13 | filter langauges | marc | |
2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
2016-04-09 | sort languages properly | Noemi Vanyi | |
2016-02-06 | [enh] add occitan search language - example query: ":oc !wp south" - closes #445 | Adam Tauber | |
2014-09-13 | add comments to languages.py | Thomas Pointhuber | |
* add comments * add licence-header | |||
2014-01-31 | [enh] search language support init | asciimoo | |