forked from zaclys/searxng
Merge pull request #2631 from searx/update_data_update_languages.py
Update searx.data - update_languages.py
This commit is contained in:
commit
87f4cc4a9e
File diff suppressed because it is too large
Load Diff
|
@ -67,4 +67,5 @@ language_codes = \
|
||||||
('vi-VN', 'Tiếng Việt', '', 'Vietnamese'),
|
('vi-VN', 'Tiếng Việt', '', 'Vietnamese'),
|
||||||
('zh', '中文', '', 'Chinese'),
|
('zh', '中文', '', 'Chinese'),
|
||||||
('zh-CN', '中文', '中国', 'Chinese'),
|
('zh-CN', '中文', '中国', 'Chinese'),
|
||||||
|
('zh-HK', '中文', '中國香港特別行政區', 'Chinese'),
|
||||||
('zh-TW', '中文', '台灣', 'Chinese'))
|
('zh-TW', '中文', '台灣', 'Chinese'))
|
Loading…
Reference in New Issue