From 59b1370824f7947a4450f540476d4a06d9abb58d Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Sat, 27 Jul 2019 22:53:46 -0700 Subject: [fix] small fixes in preferences view's text --- searx/webapp.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'searx/webapp.py') 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 -- cgit v1.2.3