mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
Merge pull request #2354 from return42/fix-doc-zh
[fix] doc of locales.get_engine_locale() / zh-classical is missleading
This commit is contained in:
commit
3ba0587666
@ -166,8 +166,6 @@ def send_wikidata_query(query, method='GET'):
|
||||
|
||||
def request(query, params):
|
||||
|
||||
# wikidata does not support zh-classical (zh_Hans) / zh-TW, zh-HK and zh-CN
|
||||
# mapped to zh
|
||||
eng_tag, _wiki_netloc = get_wiki_params(params['searxng_locale'], traits)
|
||||
query, attributes = get_query(query, eng_tag)
|
||||
logger.debug("request --> language %s // len(attributes): %s", eng_tag, len(attributes))
|
||||
|
@ -245,7 +245,7 @@ def get_engine_locale(searxng_locale, engine_locales, default=None):
|
||||
..
|
||||
'zh' : 'zh'
|
||||
'zh_Hans' : 'zh'
|
||||
'zh_Hant' : 'zh-classical'
|
||||
'zh_Hant' : 'zh_TW'
|
||||
}
|
||||
|
||||
.. hint::
|
||||
|
Loading…
Reference in New Issue
Block a user