- 26 Mar, 2020 1 commit
-
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
- 01 Mar, 2020 2 commits
-
-
Markus Heiser authored
build by Makefile target: make project Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
To get meaningfull diffs, the json file has to be sorted. Before applying any further content patch, the json file needs a inital sort (without changing any content). Sorted by:: import sys, json with open('engines_languages.json') as f: j = json.load(f) with open('engines_languages.json', 'w') as f: json.dump(j, f, indent=2, sort_keys=True) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
- 24 Nov, 2019 2 commits
-
-
Marc Abonce Seguin authored
-
Marc Abonce Seguin authored
-
- 07 Jan, 2019 1 commit
-
-
Marc Abonce Seguin authored
-
- 29 Nov, 2018 1 commit
-
-
Ivan Skytte Jørgensen authored
Instead of a single line with 500000 characters use nicely formatted JSON. Sort the lists in engine_languages.py so when updating it is possible to more easily see the differences (search engines do change the order their languages are listed in)
-
- 05 Aug, 2018 2 commits
-
-
Alex authored
-
Alexandre Flament authored
-
- 22 Apr, 2018 1 commit
-
-
rinpatch authored
-
- 27 Mar, 2018 1 commit
-
-
Marc Abonce Seguin authored
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine.
-
- 21 Mar, 2018 1 commit
-
-
Marc Abonce Seguin authored
Add languages supported by either all default general engines or 10 engines.
-
- 10 Oct, 2017 1 commit
-
-
marc authored
Also, fix fetch_languages.py so it can run on python3.
-
- 10 Jul, 2017 1 commit
-
-
marc authored
-
- 18 Mar, 2017 2 commits
-
-
marc authored
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.
-
marc authored
closes issue #863
-
- 29 Dec, 2016 1 commit
-
-
marc authored
that support them. users can still query lesser supported through the :lang_code bang.
-
- 17 Dec, 2016 1 commit
-
-
marc authored
-
- 15 Dec, 2016 1 commit
-
-
marc authored
and refactor method to make it testable without making requests
-
- 14 Dec, 2016 1 commit
-
-
marc authored
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language.
-
- 12 May, 2015 1 commit
-
-
Alexandre Flament authored
The currency names are fetched wikidata and store into a static file : searx/data/currencies.json This file is loaded when the currency_converter is loaded. A database is perhaps more appropiated.
-