Merge pull request #2631 from searx/update_data_update_languages.py

Update searx.data - update_languages.py
This commit is contained in:
Alexandre Flament 2021-03-06 10:03:00 +01:00 committed by GitHub
commit 87f4cc4a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 296 additions and 641 deletions

File diff suppressed because it is too large Load Diff

View File

@ -67,4 +67,5 @@ language_codes = \
('vi-VN', 'Tiếng Việt', '', 'Vietnamese'),
('zh', '中文', '', 'Chinese'),
('zh-CN', '中文', '中国', 'Chinese'),
('zh-HK', '中文', '中國香港特別行政區', 'Chinese'),
('zh-TW', '中文', '台灣', 'Chinese'))