summaryrefslogtreecommitdiff
path: root/searx/languages.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/languages.py')
-rw-r--r--searx/languages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/languages.py b/searx/languages.py
index 63291ff9d..529e5b11f 100644
--- a/searx/languages.py
+++ b/searx/languages.py
@@ -124,8 +124,8 @@ language_codes = (
(u"war", u"Winaray", u"", u"Waray-Waray"),
(u"xh", u"Xhosa", u"", u"Xhosa"),
(u"zh", u"中文", u"", u"Chinese"),
- (u"zh-CN", u"中文", u"中国", u""),
+ (u"zh-CN", u"中文", u"中国", u"Chinese"),
(u"zh-HK", u"中文", u"香港", u"Chinese"),
- (u"zh-TW", u"中文", u"台湾", u""),
+ (u"zh-TW", u"中文", u"台湾", u"Chinese"),
(u"zu", u"Isi-Zulu", u"", u"Zulu")
)