From 4a1ff56389d6ad560594ba82b448aef1d70bbbf4 Mon Sep 17 00:00:00 2001 From: marc Date: Fri, 16 Dec 2016 22:14:14 -0600 Subject: minor fixes in utils/fetch_languages.py --- searx/languages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/languages.py') 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") ) -- cgit v1.2.3