From 96a2eec3b5e20afda89d9e3a81b09ca1612dc186 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 7 Jan 2023 16:04:19 +0100 Subject: [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 --- searx/sxng_locales.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/sxng_locales.py') 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'), -- cgit v1.2.3