mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[fix] small fixes in preferences view's text
This commit is contained in:
@@ -166,9 +166,6 @@ def get_locale():
|
||||
and request.form['locale'] in settings['locales']:
|
||||
locale = request.form['locale']
|
||||
|
||||
if locale == 'zh_TW':
|
||||
locale = 'zh_Hant_TW'
|
||||
|
||||
return locale
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user