summaryrefslogtreecommitdiff
path: root/searx/sxng_locales.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-01-07 16:04:19 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2023-03-24 10:37:42 +0100
commit96a2eec3b5e20afda89d9e3a81b09ca1612dc186 (patch)
tree9833398009b64e56ab4fb8d0dd0e185e01558eba /searx/sxng_locales.py
parent057e9bc1d1314e6f776274ea94cad75d05065c96 (diff)
[mod] Archlinux Wiki: improved request API & upgrade to data_type: traits_v1
re-implementation of the Archlinux Wiki: - fetch_traits(): fetch languages, wiki URLs and title arguments - add content field to the result list - add documentation Wikis from wiki.archlinux.fr, wiki.archlinux.ro, archtr.org/wiki do no longer exists (has been merged in the main wiki). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/sxng_locales.py')
-rw-r--r--searx/sxng_locales.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/sxng_locales.py b/searx/sxng_locales.py
index b6ae85848..eedf664b0 100644
--- a/searx/sxng_locales.py
+++ b/searx/sxng_locales.py
@@ -81,6 +81,7 @@ sxng_locales = (
('ru-RU', 'Русский', 'Россия', 'Russian', '\U0001f1f7\U0001f1fa'),
('sk', 'Slovenčina', '', 'Slovak', '\U0001f310'),
('sl', 'Slovenščina', '', 'Slovenian', '\U0001f310'),
+ ('sr', 'Српски', '', 'Serbian', '\U0001f310'),
('sv', 'Svenska', '', 'Swedish', '\U0001f310'),
('sv-SE', 'Svenska', 'Sverige', 'Swedish', '\U0001f1f8\U0001f1ea'),
('th', 'ไทย', '', 'Thai', '\U0001f310'),