diff options
| author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2019-07-27 22:53:46 -0700 |
|---|---|---|
| committer | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2019-07-27 22:53:46 -0700 |
| commit | 59b1370824f7947a4450f540476d4a06d9abb58d (patch) | |
| tree | eb87cb175ab53cd0199558e8dcd63bf4a60c4f40 /searx/webapp.py | |
| parent | 204a2cbbf0618d1d8b7d4c52878e43afe4e92444 (diff) | |
[fix] small fixes in preferences view's text
Diffstat (limited to 'searx/webapp.py')
| -rw-r--r-- | searx/webapp.py | 3 |
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 |