summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index ee445e6f7..8dd4af071 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -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