diff options
Diffstat (limited to 'searx/locales.py')
| -rw-r--r-- | searx/locales.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/locales.py b/searx/locales.py index ffa5e731c..c765eb198 100644 --- a/searx/locales.py +++ b/searx/locales.py @@ -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:: |