You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser 894f164869 [fix] sort RTL_LOCALES before written into locales.json
To avoid unnecessary changes to the file, the list should be sorted before it is
written to the file.

You can test it by calling multiple times::

    make data.locales

and searx/data/locales.json should be unchanged.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
8 months ago
..
answerers [mod] random answerer: add random hex color generator 1 year ago
botdetection Block HeadlessChrome (#3116) 9 months ago
data [fix] sort RTL_LOCALES before written into locales.json 8 months ago
enginelib [fix] spelling 1 year ago
engines [mod] engine ask.com - parse JS result to JSON 8 months ago
infopage [clean] drop obsolete py3.7 compatibility 8 months ago
metrics [fix] spelling 1 year ago
network [fix] spelling 1 year ago
plugins [mod] isolation of botdetection from the limiter 12 months ago
search [fix] SyntaxWarning: invalid escape sequence '\>' 9 months ago
static [build] /static 9 months ago
templates/simple [mod] footer: i18n for the link names in the footer 8 months ago
translations [translations] update from Weblate 8 months ago
__init__.py [mod] document server:public_instance & remove it out of the botdetection 12 months ago
autocomplete.py [feat] autocompleter: implementation of stract (beta) 10 months ago
babel_extract.py [mod] move category and names of constants to searx/searxng.msg 3 years ago
exceptions.py [fix] spelling 1 year ago
external_bang.py [mod] external bang: go to main instead of search page when query is empty 2 years ago
external_urls.py [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
flaskfix.py [format.python] initial formatting of the python code 3 years ago
limiter.py [mod] document server:public_instance & remove it out of the botdetection 12 months ago
limiter.toml [mod] isolation of botdetection from the limiter 12 months ago
locales.py [mod] reduce memory footprint by not calling babel.Locale.parse at runtime 8 months ago
preferences.py [mod] add hotkeys option to settings.yml 1 year ago
query.py [feat] implement feeling lucky feature 1 year ago
redisdb.py move searx.shared.redisdb to searx.redisdb 2 years ago
redislib.py [fix] spelling 1 year ago
results.py [fix] KeyError: 'title' in results using key-value.html template 9 months ago
searxng.msg [mod] footer: i18n for the link names in the footer 8 months ago
settings.yml [feat] engine: implementation of ask.com 8 months ago
settings_defaults.py [mod] footer: i18n for the link names in the footer 8 months ago
settings_loader.py [fix] spelling 1 year ago
sxng_locales.py [mod] reduce memory footprint by not calling babel.Locale.parse at runtime 8 months ago
unixthreadname.py [format.python] initial formatting of the python code 3 years ago
utils.py [fix] HTMLParser: undocumented not implemented method 1 year ago
version.py [fix] typos in documentation & messages 1 year ago
webadapter.py Revert "[fix] limit maximum page number of a search query to page 50." (#2979) 12 months ago
webapp.py [feat] preferences: button to copy input to restore preferences hash 9 months ago
webutils.py [fix] do highlight replacement at once 9 months ago