searxng/searx
Alexandre Flament 4759f65b69 [fix] interface language zh_CN and zh_TW don't work
before this commit, when the user picks "Chinese, China" or "Chinese, Taiwan",
the locale fallbacks to English.

This commit fixes this issue (the translations branch must be updated)

close #339
2021-10-12 21:06:20 +02:00
..
answerers
data SearXNG: searxng_extra 2021-10-02 17:30:39 +02:00
engines [fix] qwant engine - only get results from categories 2021-10-12 18:42:50 +00:00
metrics [fix] error recorder: avoid RuntimeError on some rare occasion 2021-09-17 10:06:24 +02:00
network [mod] searx.network.stream returns a tuple (response, stream) 2021-09-28 19:33:29 +02:00
plugins [mod] searx.plugins.prepare_package_resources() - use generators 2021-10-07 18:41:56 +02:00
search [fix] searx.network.stream: fix memory leak 2021-09-28 19:28:12 +02:00
shared
static [build] /static 2021-10-09 16:03:58 +02:00
templates [fix] templates: lang attribute of html uses hyphen 2021-10-12 21:06:20 +02:00
translations [fix] interface language zh_CN and zh_TW don't work 2021-10-12 21:06:20 +02:00
__init__.py SearXNG: environment variables 2021-10-02 16:54:11 +02:00
autocomplete.py
exceptions.py
external_bang.py [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
external_urls.py
flaskfix.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
languages.py Update searx.data - update_languages.py 2021-10-01 06:23:31 +00:00
locales.py [mod] locale: use hyphen everywhere except for Babel 2021-10-12 21:06:20 +02:00
preferences.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
query.py
results.py [fix] searx/results.py: strip result['content'] only if it exists 2021-09-10 17:58:19 +02:00
settings_defaults.py plugins: refactor initialization 2021-10-06 19:18:19 +02:00
settings_loader.py SearXNG: load /etc/searxng/settings.yml 2021-10-11 12:28:55 +00:00
settings.yml [mod] engines - add zlibrary engine 2021-10-11 14:58:44 +00:00
unixthreadname.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
utils.py [fix] fix match_language issue to make zh-TW match to zh-Hant-TW 2021-10-12 21:06:20 +02:00
version.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
webadapter.py [fix] typo in searx.webadapter.parse_lang 2021-09-04 08:39:45 +02:00
webapp.py [mod] locale: use hyphen everywhere except for Babel 2021-10-12 21:06:20 +02:00
webutils.py