mirror of https://github.com/searxng/searxng.git
40843fe95a
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> |
||
---|---|---|
.. | ||
fabfile.py | ||
fetch_currencies.py | ||
fetch_firefox_version.py | ||
fetch_languages.py | ||
google_search.py | ||
makefile.include | ||
makefile.python | ||
makefile.sphinx | ||
standalone_searx.py | ||
update-translations.sh |